aboutsummaryrefslogtreecommitdiff
path: root/print/pslib/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-28 12:26:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-28 12:26:50 +0000
commitd11d2baaec560bf59b2bf1677711784b6d419072 (patch)
tree3d726f0d5e7e569e8ce9807862dcc87315ab5bfa /print/pslib/Makefile
parent31a6fe21d7ea7c20b851c65c276913fe3671c696 (diff)
downloadports-d11d2baaec560bf59b2bf1677711784b6d419072.tar.gz
ports-d11d2baaec560bf59b2bf1677711784b6d419072.zip
- Update to 0.4.1
PR: 118226 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Notes
Notes: svn path=/head/; revision=208077
Diffstat (limited to 'print/pslib/Makefile')
-rw-r--r--print/pslib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile
index e5731575b996..fbd1e71c514f 100644
--- a/print/pslib/Makefile
+++ b/print/pslib/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= pslib
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,10 +20,11 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
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 \