aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-07-16 03:31:45 +0800
committersem <sem@FreeBSD.org>2006-07-16 03:31:45 +0800
commit606bb713134302673dcd929523ea7dd3d9387e05 (patch)
tree0b49ad67d8b44dbbe3b819e3a06f53bec6fa45c1 /databases
parente749cb50982cfe6dd8e8852c1610ef1a80bcff76 (diff)
downloadfreebsd-ports-gnome-606bb713134302673dcd929523ea7dd3d9387e05.tar.gz
freebsd-ports-gnome-606bb713134302673dcd929523ea7dd3d9387e05.tar.zst
freebsd-ports-gnome-606bb713134302673dcd929523ea7dd3d9387e05.zip
- Fix the last commit: --with-db-lib -> --with-db-version
Reported by: remko
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-bdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile
index 2a505264ccd9..886b43b07792 100644
--- a/databases/ruby-bdb/Makefile
+++ b/databases/ruby-bdb/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bdb
PORTVERSION= 0.5.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases ruby
MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -27,7 +27,7 @@ USE_RUBY_RDOC= yes
CONFIGURE_ARGS= --with-db-include=${BDB_INCLUDE_DIR} \
--with-db-lib=${BDB_LIB_DIR} \
- --with-db-lib=${BDB_LIB_NAME:S/^db//}
+ --with-db-version=${BDB_LIB_NAME:S/^db//}
INSTALL_TARGET= site-install
DOCS= Changes \