forked from Lainports/freebsd-ports
- Fix the last commit: --with-db-lib -> --with-db-version
Reported by: remko
This commit is contained in:
parent
387519d3cd
commit
c88bfc265f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue