diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-05 21:44:44 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-05 21:44:44 +0000 |
commit | 478132b20640850ca1e38e5d990fa3072d39c43e (patch) | |
tree | 11002209375eeb513d918f9cd3af34b1eeee652b /print | |
parent | 0a1723c42ac3af53eb266dc8831771fc1f9e45b0 (diff) | |
download | pkgsrc-478132b20640850ca1e38e5d990fa3072d39c43e.tar.gz |
it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting now, do so for aesthetic reasons
Diffstat (limited to 'print')
-rw-r--r-- | print/php4-pdflib/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/php4-pdflib/Makefile b/print/php4-pdflib/Makefile index 2033b05a9ab..740d597b5d7 100644 --- a/print/php4-pdflib/Makefile +++ b/print/php4-pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/10/31 21:28:51 jdolecek Exp $ +# $NetBSD: Makefile,v 1.13 2004/11/05 21:44:44 jdolecek Exp $ MODNAME= pdf PKGNAME= php-pdflib-${PHP_BASE_VERS} @@ -8,14 +8,13 @@ COMMENT= PHP4 extension for PDFlib on-the-fly PDF generation USE_BUILDLINK3= YES -PHP_VERSION_REQD= 4 -.include "../../lang/php/ext.mk" - CONFIGURE_ARGS+= --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib} CONFIGURE_ARGS+= --with-jpeg-dir=shared,${BUILDLINK_PREFIX.jpeg} CONFIGURE_ARGS+= --with-png-dir=shared,${BUILDLINK_PREFIX.png} CONFIGURE_ARGS+= --with-tiff-dir=shared,${BUILDLINK_PREFIX.tiff} CONFIGURE_ENV+= PHP_ZLIB_DIR=${BUILDLINK_PREFIX.zlib} +PHP_VERSION_REQD= 4 +.include "../../lang/php/ext.mk" .include "../../print/pdflib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |