diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 09:24:30 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 09:24:30 +0000 |
commit | af0be8e375686a081577713fe4776246d6029a33 (patch) | |
tree | bd92f11e058269c4841c59aba4085f4906bd68cd /print/pdflib4 | |
parent | Fix the build on -current (PTHREAD_LIBS conversion victim). (diff) |
remove deprecated fetch options from FETCH_BEFORE_ARGS
Notes
Notes:
svn path=/head/; revision=40731
Diffstat (limited to 'print/pdflib4')
-rw-r--r-- | print/pdflib4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/pdflib4/Makefile b/print/pdflib4/Makefile index e42635be3632..50c52a86b491 100644 --- a/print/pdflib4/Makefile +++ b/print/pdflib4/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg -FETCH_BEFORE_ARGS= -b INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl5=${PERL} \ |