diff options
author | xtraeme <xtraeme> | 2004-04-24 23:35:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-24 23:35:15 +0000 |
commit | 8739453b501ea04ed73d9c7949985658f5ce857a (patch) | |
tree | 15a91b8c6a0a7476c4e50da07bcd844e333bf93e /print | |
parent | 936c27528dded87a07df716b8d853cdaf3e5d9a3 (diff) | |
download | pkgsrc-8739453b501ea04ed73d9c7949985658f5ce857a.tar.gz |
bl3ify
Diffstat (limited to 'print')
-rw-r--r-- | print/php4-pdflib/Makefile | 6 |
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" |