From c88bfc265fc067ccdf2d84cffef6029ab2bdddb2 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Sat, 15 Jul 2006 19:31:45 +0000 Subject: - Fix the last commit: --with-db-lib -> --with-db-version Reported by: remko --- databases/ruby-bdb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/ruby-bdb') 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 \ -- cgit v1.2.3