From 564021acf7e1c3d608bc1b8a57928de49f24e65d Mon Sep 17 00:00:00 2001 From: Chuck Robey Date: Tue, 23 Nov 1999 05:57:01 +0000 Subject: Fix a bug in USA_RESIDENT handling. Kindly Pointed to by: David O'Brien --- graphics/xpdf/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics') 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 -- cgit v1.2.3