diff options
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index f2686ab585cc..2f610e020705 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -19,12 +19,15 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= chuckr@freebsd.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - t1x.1:${PORTSDIR}/devel/t1lib +LIB_DEPENDS= t1x.1:${PORTSDIR}/devel/t1lib -###RESTRICTED= "Contains cryptography" +### crypto +#.if !defined(PACKAGE_BUILDING) +#RESTRICTED= "Contains cryptography" +#.endif USE_XLIB= yes USE_X_PREFIX= yes +USE_XPM= yes USE_AUTOCONF= yes CONFIGURE_ARGS= --with-gzip --enable-japanese \ --with-t1-library=${LOCALBASE}/lib \ |