summaryrefslogtreecommitdiff
path: root/databases/bdb-xml/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2008-09-24 19:32:00 +0000
committerminskim <minskim>2008-09-24 19:32:00 +0000
commit998dedbbde85448e719a121e8efa425b07f06c01 (patch)
tree89c40c02997dd92636ee90d8805287c4c8d87bc9 /databases/bdb-xml/Makefile
parentdfe9199f3e252d3aa59c19f3f3e7b17373dd1952 (diff)
downloadpkgsrc-998dedbbde85448e719a121e8efa425b07f06c01.tar.gz
This version of bdb-xml requires db<4.7. Depend on db46 instead of db4.
This fixes the build error shown on Joerg's bulk builds on NetBSD-current. Bump PKGREVISION.
Diffstat (limited to 'databases/bdb-xml/Makefile')
-rw-r--r--databases/bdb-xml/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/bdb-xml/Makefile b/databases/bdb-xml/Makefile
index 4fe66895139..7bfa9947870 100644
--- a/databases/bdb-xml/Makefile
+++ b/databases/bdb-xml/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2008/09/06 20:54:31 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2008/09/24 19:32:00 minskim Exp $
DISTNAME= dbxml-1.2.1
PKGNAME= ${DISTNAME:S/db/bdb-/}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= databases
MASTER_SITES= http://www.sleepycat.com/update/snapshot/
@@ -23,11 +23,11 @@ CONFIG_STATUS_OVERRIDE= ../dist/config.status
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
-CONFIGURE_ARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db4}
+CONFIGURE_ARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db46}
CONFIGURE_ARGS+= --with-xerces=${BUILDLINK_PREFIX.xerces-c}
CONFIGURE_ARGS+= --with-pathan=${BUILDLINK_PREFIX.libpathan}
-.include "../../databases/db4/buildlink3.mk"
+.include "../../databases/db46/buildlink3.mk"
.include "../../textproc/libpathan/buildlink3.mk"
.include "../../textproc/xerces-c/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"