summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1999-11-23 05:57:01 +0000
committerChuck Robey <chuckr@FreeBSD.org>1999-11-23 05:57:01 +0000
commit564021acf7e1c3d608bc1b8a57928de49f24e65d (patch)
tree77a68bed76eed94fb86d23afd789cfe8faec5aa5 /graphics
parentUnbreak for pre-gcc 2.95 systems (diff)
Fix a bug in USA_RESIDENT handling.
Kindly Pointed to by: David O'Brien
Notes
Notes: svn path=/head/; revision=23286
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpdf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index c70aedc33ffe..b71b74c0d228 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -14,10 +14,12 @@ MASTER_SITE_SUBDIR=support/xpdf
EXTRACT_SUFX= .tgz
.if defined(USA_RESIDENT) && !defined(PACKAGE_BUILDING)
+.if ${USA_RESIDENT} == YES || ${USA_RESIDENT} == yes
PATCH_SITES= http://www.fefe.de/
PATCHFILES= xpdf-0.90-fefe-diff.gz
PATCH_DIST_STRIP= -p1
.endif
+.endif
MAINTAINER= chuckr@freebsd.org
@@ -25,8 +27,10 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
t1.9:${PORTSDIR}/devel/t1lib
.if defined(USA_RESIDENT) && !defined(PACKAGE_BUILDING)
+.if ${USA_RESIDENT} == YES || ${USA_RESIDENT} == yes
RESTRICTED= "Contains cryptography"
.endif
+.endif
USE_XLIB= yes
USE_X_PREFIX= yes
USE_AUTOCONF= yes