summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1999-12-10 18:29:20 +0000
committerChuck Robey <chuckr@FreeBSD.org>1999-12-10 18:29:20 +0000
commitff736d0ef69f8959931fec1ea2d63c67bb25cfea (patch)
treee6bf045afe3ba7961a0b626fe1850779e1398647 /graphics
parent* Use/set fs/gs from the sigcontext struct so that it correctly runs on (diff)
Take out the USA_RESIDENT stuff, the source of the crypto is outside
the US anyhow. Reminded by: David O'Brien
Notes
Notes: svn path=/head/; revision=23743
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