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/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile
index 3a3ef972aadd..8a4d247412dc 100644
--- a/databases/rubygem-sqlite3/Makefile
+++ b/databases/rubygem-sqlite3/Makefile
@@ -2,20 +2,20 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 1.3.7
+PORTVERSION= 1.3.8
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3
-LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
-BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
+LICENSE= BSD
-CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE}
+BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
+LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
+CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
GEM_NAME= ${DISTNAME}
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes