aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-bsddb
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2005-08-29 21:57:44 +0800
committerperky <perky@FreeBSD.org>2005-08-29 21:57:44 +0800
commitb34ec410a7ae5d1de7b05a69db09caad3cd3a5cc (patch)
treee59af750adfe2eb98ae9cbf8538c3b32db1694f3 /databases/py-bsddb
parent2988ab212bf36780b37dce3a41988b747a91a06e (diff)
downloadfreebsd-ports-gnome-b34ec410a7ae5d1de7b05a69db09caad3cd3a5cc.tar.gz
freebsd-ports-gnome-b34ec410a7ae5d1de7b05a69db09caad3cd3a5cc.tar.zst
freebsd-ports-gnome-b34ec410a7ae5d1de7b05a69db09caad3cd3a5cc.zip
Add support for Berkeley DB 4.3
PR: 80998 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Diffstat (limited to 'databases/py-bsddb')
-rw-r--r--databases/py-bsddb/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/py-bsddb/Makefile b/databases/py-bsddb/Makefile
index 85f9e5062863..766c4dd398d0 100644
--- a/databases/py-bsddb/Makefile
+++ b/databases/py-bsddb/Makefile
@@ -42,8 +42,12 @@ DBHEADER= db41
LIB_DEPENDS= db-4.2.2:${PORTSDIR}/databases/db42
DBVERSION= db-4.2
DBHEADER= db42
+.elif ${WITH_BDB_VER} == 43
+LIB_DEPENDS= db-4.3:${PORTSDIR}/databases/db43
+DBVERSION= db-4.3
+DBHEADER= db43
.else
-BROKEN= "WITH_BDB_VER must be 3, 4, 41 or 42"
+BROKEN= "WITH_BDB_VER must be 3, 4, 41, 42 or 43"
.endif
.endif