summaryrefslogtreecommitdiff
path: root/databases/php4-dbase
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-28 06:16:54 +0000
committerjlam <jlam>2002-02-28 06:16:54 +0000
commit89752412534fe0961b877fac3604dba94458ba80 (patch)
tree6f61383e8eac56d076b7f73ed365e7514ca6219a /databases/php4-dbase
parenta7d885aa8caaf97e568f93a59577a6ea8d30a88c (diff)
downloadpkgsrc-89752412534fe0961b877fac3604dba94458ba80.tar.gz
Update databases/php4-dbase 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/php4-dbase')
-rw-r--r--databases/php4-dbase/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/php4-dbase/Makefile b/databases/php4-dbase/Makefile
index 2c252330988..93f77c5e8e9 100644
--- a/databases/php4-dbase/Makefile
+++ b/databases/php4-dbase/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/12/03 08:30:59 jlam Exp $
-
-.include "../../www/php4/Makefile.module"
+# $NetBSD: Makefile,v 1.4 2002/02/28 06:16:54 jlam Exp $
MODNAME= dbase
CATEGORIES+= databases
@@ -8,6 +6,9 @@ PKGREVISION= # empty
COMMENT= PHP4 extension for dBase database access
USE_BUILDLINK_ONLY= YES
+
+.include "../../www/php4/Makefile.module"
+
CONFIGURE_ARGS+= --with-${MODNAME}=shared
.include "../../mk/bsd.pkg.mk"