aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorchuckr <chuckr@FreeBSD.org>1999-12-11 02:29:20 +0800
committerchuckr <chuckr@FreeBSD.org>1999-12-11 02:29:20 +0800
commit98513e3cac8606071ea47819f64ff9ff8b259603 (patch)
treec9c341ff8ff248ec71414c0cebbe58e8d7e4929a /graphics
parente1750e98d906e5108696a1134dfd37c627530e26 (diff)
downloadfreebsd-ports-gnome-98513e3cac8606071ea47819f64ff9ff8b259603.tar.gz
freebsd-ports-gnome-98513e3cac8606071ea47819f64ff9ff8b259603.tar.zst
freebsd-ports-gnome-98513e3cac8606071ea47819f64ff9ff8b259603.zip
Take out the USA_RESIDENT stuff, the source of the crypto is outside
the US anyhow. Reminded by: David O'Brien
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpdf/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index b71b74c0d228..c705e662ac01 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -13,24 +13,20 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN} ftp://ftp.foolabs.com/pub/xpdf/ \
MASTER_SITE_SUBDIR=support/xpdf
EXTRACT_SUFX= .tgz
-.if defined(USA_RESIDENT) && !defined(PACKAGE_BUILDING)
-.if ${USA_RESIDENT} == YES || ${USA_RESIDENT} == yes
+.if !defined(PACKAGE_BUILDING)
PATCH_SITES= http://www.fefe.de/
PATCHFILES= xpdf-0.90-fefe-diff.gz
PATCH_DIST_STRIP= -p1
.endif
-.endif
MAINTAINER= chuckr@freebsd.org
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
+.if !defined(PACKAGE_BUILDING)
RESTRICTED= "Contains cryptography"
.endif
-.endif
USE_XLIB= yes
USE_X_PREFIX= yes
USE_AUTOCONF= yes