summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-28 06:18:38 +0000
committerjlam <jlam>2002-02-28 06:18:38 +0000
commit7d6a0ab8fd093c7724dcdd34511a0640b09fefe0 (patch)
tree84c3fffc1408052d1ca5cc006231f3e2c37a125e /print
parent2dfe04a681f4509c24e289111e6595be83a8b46b (diff)
downloadpkgsrc-7d6a0ab8fd093c7724dcdd34511a0640b09fefe0.tar.gz
Update print/php4-pdflib to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
Diffstat (limited to 'print')
-rw-r--r--print/php4-pdflib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/php4-pdflib/Makefile b/print/php4-pdflib/Makefile
index a10975be824..8ada848996d 100644
--- a/print/php4-pdflib/Makefile
+++ b/print/php4-pdflib/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/12/03 08:31:03 jlam Exp $
-
-.include "../../www/php4/Makefile.module"
+# $NetBSD: Makefile,v 1.5 2002/02/28 06:18:38 jlam Exp $
MODNAME= pdf
PKGNAME= php-pdflib-${PHP_BASE_VERS}
@@ -9,6 +7,9 @@ PKGREVISION= # empty
COMMENT= PHP4 extension for PDFlib on-the-fly PDF generation
USE_BUILDLINK_ONLY= YES
+
+.include "../../www/php4/Makefile.module"
+
CONFIGURE_ARGS+= --with-pdflib=shared,${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-jpeg-dir=shared,${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-png-dir=shared,${BUILDLINK_DIR}