summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-02-28 06:17:18 +0000
committerjlam <jlam@pkgsrc.org>2002-02-28 06:17:18 +0000
commit1bf6023ce938f0d98adb4e9278bc33d51da1fd22 (patch)
treeba859f15ec49dec26a650c1162416bfd505e1233 /databases
parentb6f5669151c7587fd9ec75ad8fa7df42518e2861 (diff)
downloadpkgsrc-1bf6023ce938f0d98adb4e9278bc33d51da1fd22.tar.gz
Update databases/php4-pgsql 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 'databases')
-rw-r--r--databases/php4-pgsql/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/php4-pgsql/Makefile b/databases/php4-pgsql/Makefile
index b6fbe8f8b08..3275a6a6193 100644
--- a/databases/php4-pgsql/Makefile
+++ b/databases/php4-pgsql/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/12/03 08:31:00 jlam Exp $
-
-.include "../../www/php4/Makefile.module"
+# $NetBSD: Makefile,v 1.4 2002/02/28 06:17:18 jlam Exp $
MODNAME= pgsql
CATEGORIES+= databases
@@ -8,6 +6,9 @@ PKGREVISION= # empty
COMMENT= PHP4 extension for PostgreSQL databases
USE_BUILDLINK_ONLY= YES
+
+.include "../../www/php4/Makefile.module"
+
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../databases/postgresql-lib/buildlink.mk"