- Fix the last commit: --with-db-lib -> --with-db-version

Reported by:	remko
This commit is contained in:
Sergey Matveychuk 2006-07-15 19:31:45 +00:00
parent 387519d3cd
commit c88bfc265f

View file

@ -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 \