diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-04-30 06:26:37 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-04-30 06:26:37 +0000 |
commit | 454daa83e829dbd47ec4bf10e0b285ea55cfe6ef (patch) | |
tree | 7b20227223bbf1aaf5d3d2c2e569ab708d25adda /print/pslib | |
parent | - Update to 0.47 (diff) |
- convert remaining ports to USES= gettext in print category
Approved by: portmgr (bapt@)
Diffstat (limited to 'print/pslib')
-rw-r--r-- | print/pslib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 6f05618c11e3..ca2ff4149300 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -14,9 +14,8 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= intlhack -USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |