mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Take out the USA_RESIDENT stuff, the source of the crypto is outside
the US anyhow. Reminded by: David O'Brien
This commit is contained in:
parent
25b16c8361
commit
ff736d0ef6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23743
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue