summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-13 10:19:24 +0000
committerjoerg <joerg>2007-08-13 10:19:24 +0000
commitfe8f7e68056d0372b492e4204a5a3790bc1e79e5 (patch)
tree30b007c9c4e47fd4ac283290ac176183e000dc38 /databases
parent5fc648209c559b06492e46bf360a0523feb5e57d (diff)
downloadpkgsrc-fe8f7e68056d0372b492e4204a5a3790bc1e79e5.tar.gz
Fix build on systems without nbdm.h. Report from IRC.
Diffstat (limited to 'databases')
-rw-r--r--databases/php-dba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/php-dba/Makefile b/databases/php-dba/Makefile
index c4b879ebf1d..6fd8a43a5be 100644
--- a/databases/php-dba/Makefile
+++ b/databases/php-dba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:53 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2007/08/13 10:19:24 joerg Exp $
MODNAME= dba
CATEGORIES+= databases
@@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --without-dbm
CONFIGURE_ARGS+= --without-gdbm
CONFIGURE_ARGS+= --with-ndbm=/usr
.else
-CONFIGURE_ARGS+= --with-gdbm=shared,${BUILDLINK_PREFIX.gdbm}
+CONFIGURE_ARGS+= --with-gdbm=${BUILDLINK_PREFIX.gdbm}
CONFIGURE_ARGS+= --without-ndbm
.include "../../databases/gdbm/buildlink3.mk"
.endif