summaryrefslogtreecommitdiff
path: root/databases/ruby-bdb
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-07-29 12:14:20 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-07-29 12:14:20 +0000
commit6f0acce7385dc6712acc9338a9704e1c55381ca2 (patch)
tree34481eff04007804e4a13b25b6e7d88c1a53f586 /databases/ruby-bdb
parentUpdate to 0.6 (diff)
Update to 0.4.7.
Notes
Notes: svn path=/head/; revision=85845
Diffstat (limited to 'databases/ruby-bdb')
-rw-r--r--databases/ruby-bdb/Makefile11
-rw-r--r--databases/ruby-bdb/distinfo2
2 files changed, 8 insertions, 5 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile
index 119cbcec8baa..41fcc0659349 100644
--- a/databases/ruby-bdb/Makefile
+++ b/databases/ruby-bdb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bdb
-PORTVERSION= 0.4.4
+PORTVERSION= 0.4.7
CATEGORIES= databases ruby
MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -30,11 +30,14 @@ USE_RUBY= yes
USE_RUBY_EXTCONF= yes
USE_RUBY_RDOC= yes
-.if defined(WITH_BDB4)
-CONFIGURE_ARGS= --with-db-include-dir="${PREFIX}/include/db4" \
+.if defined(WITH_BDB41)
+CONFIGURE_ARGS= --with-db-include="${PREFIX}/include/db41" \
+ --with-db-version=41
+.elif defined(WITH_BDB4)
+CONFIGURE_ARGS= --with-db-include="${PREFIX}/include/db4" \
--with-db-version=4
.else
-CONFIGURE_ARGS= --with-db-include-dir="${PREFIX}/include/db3" \
+CONFIGURE_ARGS= --with-db-include="${PREFIX}/include/db3" \
--with-db-version=3
.endif
INSTALL_TARGET= site-install
diff --git a/databases/ruby-bdb/distinfo b/databases/ruby-bdb/distinfo
index 6df740e309c3..add0953d30f4 100644
--- a/databases/ruby-bdb/distinfo
+++ b/databases/ruby-bdb/distinfo
@@ -1 +1 @@
-MD5 (ruby/bdb-0.4.4.tar.gz) = 7965e56c33b9b252cb02253274750d96
+MD5 (ruby/bdb-0.4.7.tar.gz) = a3132474a20e34c60a2a09e4faaa0fa1