Index: head/print/pslib/Makefile =================================================================== --- head/print/pslib/Makefile (revision 208076) +++ head/print/pslib/Makefile (revision 208077) @@ -1,74 +1,75 @@ # ex:ts=8 # Ports collection makefile for: pslib # Date created: Jul 13, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= pslib -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mva@sysfault.org COMMENT= A C-library for generating multi page PostScript documents LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff USE_GNOME= gnomehack gnometarget intlhack pkgconfig +USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -lintl" USE_LDCONFIG= yes OPTIONS= EXAMPLES "Install additional examples" On \ MAN "Install manual pages" On \ NLS "Native language support" On .include .if !defined(WITHOUT_EXAMPLES) EX_NAME= pslib-examples-0.0.9 EX_WRKSRC= ${WRKDIR}/${EX_NAME} DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} ${EX_NAME}${EXTRACT_SUFX} PLIST_SUB+= EXAMPLES="" .else PLIST_SUB+= EXAMPLES="@comment " .endif .if !defined(WITHOUT_MAN) BUILD_DEPENDS+= ${LOCALBASE}/bin/docbook-to-man:${PORTSDIR}/textproc/docbook-to-man \ ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils MAN3!= ${CAT} ${FILESDIR}/man3 .else # Avoid building the manpages. CONFIGURE_ENV+= ac_cv_prog_DOC_TO_MAN="" .endif .if defined(WITHOUT_NLS) CONFIGURE_ENV+= ac_cv_header_libintl_h=no PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif post-patch: .if defined(WITHOUT_NLS) @${REINPLACE_CMD} -e 's|@USE_NLS@|no|g' ${WRKSRC}/po/Makefile.in.in .endif post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} -m 0755 ${EXAMPLESDIR} @${RM} -f ${EX_WRKSRC}/Makefile.unix ${EX_WRKSRC}/ChangeLog \ ${EX_WRKSRC}/CMakeLists.txt cd ${EX_WRKSRC} && ${PAX} -rw * ${EXAMPLESDIR} .endif .include Property changes on: head/print/pslib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/print/pslib/distinfo =================================================================== --- head/print/pslib/distinfo (revision 208076) +++ head/print/pslib/distinfo (revision 208077) @@ -1,6 +1,6 @@ -MD5 (pslib-0.4.0.tar.gz) = d7708b38ff3bb154943d24554d36b9fc -SHA256 (pslib-0.4.0.tar.gz) = 988645a5c7a4e1b9e1fcaf21d0cacd3b2d435f3d454f8117ec25622578ba3236 -SIZE (pslib-0.4.0.tar.gz) = 528467 +MD5 (pslib-0.4.1.tar.gz) = 78693d87d89fe7fcc7bc45e54b7b64a6 +SHA256 (pslib-0.4.1.tar.gz) = d33768fa50c6f45e3f34e84848a039c36779f3ff4beea873d1815e86f6c46e5a +SIZE (pslib-0.4.1.tar.gz) = 531797 MD5 (pslib-examples-0.0.9.tar.gz) = 36396c82eaf43654b9d3decfedb10438 SHA256 (pslib-examples-0.0.9.tar.gz) = d615dfb9b5ce37b67f4ca4f69fd60dd5ba4bd1c3f4438ff696139e3a90353ec9 SIZE (pslib-examples-0.0.9.tar.gz) = 658619 Property changes on: head/print/pslib/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property