diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-19 07:15:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-19 07:15:34 +0000 |
commit | d0e7718c5ff191595a2631ff67f06c7b29400c65 (patch) | |
tree | bf9f9ef58ab0195e5e65a7e35c9e65f80d7d2914 /graphics/xpdf | |
parent | b35c16724526ccdd7ba25e0242ed0584b54997a4 (diff) |
Allow the crypto bits to be patched in and built.
Notes
Notes:
svn path=/head/; revision=30824
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 5bacd877e766..f2686ab585cc 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -13,20 +13,16 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN} ftp://ftp.foolabs.com/pub/xpdf/ \ MASTER_SITE_SUBDIR=support/xpdf EXTRACT_SUFX= .tgz -.if !defined(PACKAGE_BUILDING) PATCH_SITES= http://www.fefe.de/ PATCHFILES= xpdf-0.90-fefe-diff.gz PATCH_DIST_STRIP= -p1 -.endif MAINTAINER= chuckr@freebsd.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ t1x.1:${PORTSDIR}/devel/t1lib -.if !defined(PACKAGE_BUILDING) -RESTRICTED= "Contains cryptography" -.endif +###RESTRICTED= "Contains cryptography" USE_XLIB= yes USE_X_PREFIX= yes USE_AUTOCONF= yes |