diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-02 09:24:30 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-02 09:24:30 +0000 |
commit | 18b03c7b920cbff468b3815a215adbe51e4e6d75 (patch) | |
tree | 452142350fb425e3ffb6fc29aa3f471c2f5a08a0 /print/pdflib4 | |
parent | b625aefd221c0f19da86b771efe2e0cc8f2f2283 (diff) | |
download | FreeBSD-ports-18b03c7b920cbff468b3815a215adbe51e4e6d75.zip FreeBSD-ports-18b03c7b920cbff468b3815a215adbe51e4e6d75.tar.gz |
remove deprecated fetch options from FETCH_BEFORE_ARGS
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 e42635b..50c52a8 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} \ |