diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-01 19:21:35 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-01 19:21:35 +0000 |
commit | bff6eb345b6d7e324ec44780b778c6ae7497e725 (patch) | |
tree | fa112be837f3bfa764e13b27c5a0d88ae532f3f2 /print/pdflib | |
parent | d35d70ac630948add15d39f0802f8e4299a81ebc (diff) |
Add FETCH_BEFORE_ARGS=-b.
Primary master site needs it.
Notes
Notes:
svn path=/head/; revision=20469
Diffstat (limited to 'print/pdflib')
-rw-r--r-- | print/pdflib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 420fb9614426..e4b5a9d5975e 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Jan 18 17:03:33 CET 1999 # Whom: Dirk Froemberg <dirk@FreeBSD.org> # -# $Id: Makefile,v 1.2 1999/05/19 21:45:53 dirk Exp $ +# $Id: Makefile,v 1.3 1999/07/30 21:03:54 dirk Exp $ # DISTNAME= pdflib-2.0 @@ -17,6 +17,7 @@ RUN_DEPENDS= ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \ jpeg.9:${PORTSDIR}/graphics/jpeg +FETCH_BEFORE_ARGS= -b GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl5=${PERL} \ --with-tiff=${PREFIX} \ |