summaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-sqlite3/Makefile')
-rw-r--r--databases/rubygem-sqlite3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile
index 2ea6ffcce943..c6492884ab8c 100644
--- a/databases/rubygem-sqlite3/Makefile
+++ b/databases/rubygem-sqlite3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sqlite3
-PORTVERSION= 1.2.4
+PORTVERSION= 1.2.5
CATEGORIES= databases rubygems
MASTER_SITES= RUBYFORGE/sqlite-ruby
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
@@ -19,8 +19,8 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
USE_RUBY= yes
USE_RUBYGEMS= yes
+CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE}
GEM_NAME= ${DISTNAME}
RUBYGEM_AUTOPLIST= yes
-
.include <bsd.port.mk>