summaryrefslogtreecommitdiff
path: root/databases/php-dba/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/php-dba/Makefile')
-rw-r--r--databases/php-dba/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/php-dba/Makefile b/databases/php-dba/Makefile
index 1d33270182a..ed25f7a0be7 100644
--- a/databases/php-dba/Makefile
+++ b/databases/php-dba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:13 jdolecek Exp $
MODNAME= dba
CATEGORIES+= databases
@@ -7,6 +7,8 @@ COMMENT= PHP extension for DBM database access
USE_BUILDLINK3= YES
+.include "../../lang/php/ext.mk"
+
CONFIGURE_ARGS+= --enable-${MODNAME}=shared
CONFIGURE_ARGS+= --without-cdb
@@ -23,5 +25,4 @@ CONFIGURE_ARGS+= --without-ndbm
.include "../../databases/gdbm/buildlink3.mk"
.endif
-.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"