summaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-12-19 15:44:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-12-19 15:44:58 +0000
commit8c2a8ca4fdea68f57c4a6f7a581b82658b95ccc2 (patch)
tree15351d6e07481e557799f962f72987583bd4e9e8 /databases/rubygem-sqlite3
parentSwitch to swig 3.0 (diff)
Switch build dependency from swig 1.3 to swig 3.0
Notes
Notes: svn path=/head/; revision=456727
Diffstat (limited to 'databases/rubygem-sqlite3')
-rw-r--r--databases/rubygem-sqlite3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile
index 4a775d34bb46..57ebfd39513c 100644
--- a/databases/rubygem-sqlite3/Makefile
+++ b/databases/rubygem-sqlite3/Makefile
@@ -12,11 +12,12 @@ COMMENT= Ruby interface to the SQLite DB engine version 3
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= swig:devel/swig13
+BUILD_DEPENDS= swig3.0:devel/swig30
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
USE_RUBY= yes
USES= gem
+BINARY_ALIAS= swig=swig3.0
.include <bsd.port.mk>