summaryrefslogtreecommitdiff
path: root/databases/ruby-bdb
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-07-15 19:31:45 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-07-15 19:31:45 +0000
commitc88bfc265fc067ccdf2d84cffef6029ab2bdddb2 (patch)
tree4c5c0739d6e08d4fb8c296d41d8b6cf158f116e2 /databases/ruby-bdb
parent- Forced commit to note the last commit was: (diff)
- Fix the last commit: --with-db-lib -> --with-db-version
Reported by: remko
Notes
Notes: svn path=/head/; revision=167924
Diffstat (limited to 'databases/ruby-bdb')
-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 \