diff options
author | jdolecek <jdolecek> | 2004-10-31 21:28:51 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-10-31 21:28:51 +0000 |
commit | 06e726293a93a9cdc323145d2a88c40657f402b6 (patch) | |
tree | 47f0891fea91c4284fa38eec43f515a2d53fc8bb /print | |
parent | b330624cbede009fc0b0b2f3bcaa910e5c0012aa (diff) | |
download | pkgsrc-06e726293a93a9cdc323145d2a88c40657f402b6.tar.gz |
convert to use lang/php/ext.mk, tho these packages are PHP4-only
(moved to PECL or replaced by different extensions in 5.x)
Diffstat (limited to 'print')
-rw-r--r-- | print/php4-pdflib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/php4-pdflib/Makefile b/print/php4-pdflib/Makefile index bc50e123ca1..2033b05a9ab 100644 --- a/print/php4-pdflib/Makefile +++ b/print/php4-pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/07/06 19:52:01 jdolecek Exp $ +# $NetBSD: Makefile,v 1.12 2004/10/31 21:28:51 jdolecek Exp $ MODNAME= pdf PKGNAME= php-pdflib-${PHP_BASE_VERS} @@ -8,7 +8,8 @@ COMMENT= PHP4 extension for PDFlib on-the-fly PDF generation USE_BUILDLINK3= YES -.include "../../www/php4/Makefile.module" +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} |