aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3-ruby
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-12-19 15:47:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-12-19 15:47:16 +0000
commit0506936751c9fbcde5946aa7311f882b4b3c4535 (patch)
tree196e21865614b0704443fee898b72bc3003a0770 /databases/rubygem-sqlite3-ruby
parent8c2a8ca4fdea68f57c4a6f7a581b82658b95ccc2 (diff)
downloadports-0506936751c9fbcde5946aa7311f882b4b3c4535.tar.gz
ports-0506936751c9fbcde5946aa7311f882b4b3c4535.zip
Switch build dependency form swig 1.3 to 3.0
Notes
Notes: svn path=/head/; revision=456728
Diffstat (limited to 'databases/rubygem-sqlite3-ruby')
-rw-r--r--databases/rubygem-sqlite3-ruby/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile
index 6e2626909bce..ced21a76d5a6 100644
--- a/databases/rubygem-sqlite3-ruby/Makefile
+++ b/databases/rubygem-sqlite3-ruby/Makefile
@@ -12,7 +12,7 @@ COMMENT= Ruby interface to the SQLite DB engine version 3
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= swig:devel/swig13
+BUILD_DEPENDS= swig3.0:devel/swig30
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
RUN_DEPENDS= rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3
@@ -20,6 +20,7 @@ CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
NO_ARCH= yes
USE_RUBY= yes
USES= gem
+BINARY_ALIAS= swig=swig3.0
PLIST_FILES= bin/sqlite3_ruby