summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:44:44 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:44:44 +0000
commitd7a6086867ba79779f1a873f7825195af422353c (patch)
tree11002209375eeb513d918f9cd3af34b1eeee652b /print
parentcc35f4ca5e714d8313001e78f03d36a2750a735e (diff)
downloadpkgsrc-d7a6086867ba79779f1a873f7825195af422353c.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/Makefile7
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"