diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-07-15 19:31:45 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-07-15 19:31:45 +0000 |
commit | c88bfc265fc067ccdf2d84cffef6029ab2bdddb2 (patch) | |
tree | 4c5c0739d6e08d4fb8c296d41d8b6cf158f116e2 /databases/ruby-bdb | |
parent | 387519d3cd797691948d7e758fec0a0145a7839a (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/Makefile | 4 |
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 \ |