From ff736d0ef69f8959931fec1ea2d63c67bb25cfea Mon Sep 17 00:00:00 2001 From: Chuck Robey Date: Fri, 10 Dec 1999 18:29:20 +0000 Subject: [PATCH] Take out the USA_RESIDENT stuff, the source of the crypto is outside the US anyhow. Reminded by: David O'Brien --- graphics/xpdf/Makefile | 8 ++------ 1 file 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