summaryrefslogtreecommitdiff
path: root/databases/ruby-bdb
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-10 21:16:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-10 21:16:04 +0000
commit5b688257fec7456a796d177cadc4d417671cce3e (patch)
treeec8997ca662a129bc39215b49c98bfa32335c353 /databases/ruby-bdb
parent- Remove an unfinished repocopy (diff)
- Support bdb43
PR: ports/82924 Submitted by: delphij Approved by: maintainer timeout (knu; 2 months)
Notes
Notes: svn path=/head/; revision=142387
Diffstat (limited to 'databases/ruby-bdb')
-rw-r--r--databases/ruby-bdb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile
index cc713b8939db..57d2085ea95c 100644
--- a/databases/ruby-bdb/Makefile
+++ b/databases/ruby-bdb/Makefile
@@ -31,6 +31,9 @@ WITH_BDB_VER= 41
.elif defined(WITH_BDB42) || defined(WITH_DB42)
WITH_BDB_VER= 42
LIB_SUFFIX= -4.2
+.elif defined(WITH_BDB43) || defined(WITH_DB43)
+WITH_BDB_VER= 43
+LIB_SUFFIX= -4.3
.endif
WITH_BDB_VER?= 4
LIB_SUFFIX?= ${WITH_BDB_VER}