diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
commit | c6bcad2436d925c98052ed292bd0794ae0e34b45 (patch) | |
tree | 4752ebd6e8eb5959ebf00516e4ecf7156215bbce /graphics/xpdf | |
parent | fbd121eee966abfc21d176cbede935ecd6bf1a34 (diff) | |
download | ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.tar.gz ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.zip |
Notes
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 \ |