summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-24 23:35:15 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-24 23:35:15 +0000
commitad8fd340497201bc72414a8e78d682b43d14f3b5 (patch)
tree15a91b8c6a0a7476c4e50da07bcd844e333bf93e /print
parentfb54a0e85c289bf393e9207888e9c88bcce5b30a (diff)
downloadpkgsrc-ad8fd340497201bc72414a8e78d682b43d14f3b5.tar.gz
bl3ify
Diffstat (limited to 'print')
-rw-r--r--print/php4-pdflib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/php4-pdflib/Makefile b/print/php4-pdflib/Makefile
index 57c4a9f21ce..71ebec0cd88 100644
--- a/print/php4-pdflib/Makefile
+++ b/print/php4-pdflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/03 18:49:52 reed Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/24 23:41:32 xtraeme Exp $
MODNAME= pdf
PKGNAME= php-pdflib-${PHP_BASE_VERS}
@@ -7,7 +7,7 @@ CATEGORIES+= print
PKGREVISION= # empty
COMMENT= PHP4 extension for PDFlib on-the-fly PDF generation
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
.include "../../www/php4/Makefile.module"
@@ -17,5 +17,5 @@ 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}
-.include "../../print/pdflib/buildlink2.mk"
+.include "../../print/pdflib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"