mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix a bug when databases/ruby-bdb port links only with highest version of
databases/db* ports. If user sets other version with WITH_BDB_VER ruby-bdb builds with a port that user set, but links with highest version. it's caused ruby-bdb unworkable. PR: ports/99697 Submitted: Matthias Andree <matthias.andree_at_gmx.de>
This commit is contained in:
parent
900eab3422
commit
39f2c6ea3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167921
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= bdb
|
||||
PORTVERSION= 0.5.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases ruby
|
||||
MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -25,7 +26,8 @@ USE_RUBY_EXTCONF= yes
|
||||
USE_RUBY_RDOC= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-db-include=${BDB_INCLUDE_DIR} \
|
||||
--with-db-lib=${BDB_LIB_DIR}
|
||||
--with-db-lib=${BDB_LIB_DIR} \
|
||||
--with-db-lib=${BDB_LIB_NAME:S/^db//}
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS= Changes \
|
||||
|
Loading…
Reference in New Issue
Block a user