summaryrefslogtreecommitdiff
path: root/graphics/php4-gd
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-28 06:17:58 +0000
committerjlam <jlam>2002-02-28 06:17:58 +0000
commit9619fd7824410fe4995404783130a45ecda0d7a8 (patch)
tree890462f3e70a198fec0636ea32e1c5363c8e905f /graphics/php4-gd
parent4e092ee0ce1264f508dfa615c06717ec4cc470ce (diff)
downloadpkgsrc-9619fd7824410fe4995404783130a45ecda0d7a8.tar.gz
Update graphics/php4-gd 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 'graphics/php4-gd')
-rw-r--r--graphics/php4-gd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/php4-gd/Makefile b/graphics/php4-gd/Makefile
index 9b65a11ddf2..9ab3bc1c731 100644
--- a/graphics/php4-gd/Makefile
+++ b/graphics/php4-gd/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/12/03 08:31:02 jlam Exp $
-
-.include "../../www/php4/Makefile.module"
+# $NetBSD: Makefile,v 1.9 2002/02/28 06:17:58 jlam Exp $
MODNAME= gd
CATEGORIES+= graphics
@@ -9,6 +7,8 @@ COMMENT= PHP4 extension for GD graphics library
USE_BUILDLINK_ONLY= YES
+.include "../../www/php4/Makefile.module"
+
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-jpeg-dir=shared,${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-png-dir=shared,${BUILDLINK_DIR}