diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-13 09:03:17 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-13 09:03:17 +0800 |
commit | a4ecb1874c89e36e9716793350d4ccc996f72535 (patch) | |
tree | f97b2c66bc4db9f90689cf35ef00c94d2c3ef25c /print/pdftk | |
parent | 46ab79c01b981b0392e36772cb92f9209cc26db8 (diff) | |
download | freebsd-ports-graphics-a4ecb1874c89e36e9716793350d4ccc996f72535.tar.gz freebsd-ports-graphics-a4ecb1874c89e36e9716793350d4ccc996f72535.tar.zst freebsd-ports-graphics-a4ecb1874c89e36e9716793350d4ccc996f72535.zip |
Remove USE_REINPLACE from all categories starting with P
Diffstat (limited to 'print/pdftk')
-rw-r--r-- | print/pdftk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 7f8a44ef619..809e6705f8a 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -27,7 +27,6 @@ BUILD_DEPENDS= gcj${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} USE_GCC= 4.1 USE_GMAKE= yes USE_ICONV= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} |