summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/rubygem-sqlite3-ruby/Makefile3
-rw-r--r--databases/rubygem-sqlite3/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile
index ced21a76d5a6..00c361b41fdb 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= swig3.0:devel/swig30
+BUILD_DEPENDS= swig:devel/swig
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
RUN_DEPENDS= rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3
@@ -20,7 +20,6 @@ CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
NO_ARCH= yes
USE_RUBY= yes
USES= gem
-BINARY_ALIAS= swig=swig3.0
PLIST_FILES= bin/sqlite3_ruby
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile
index d75f0dd65b69..95ab6b1177e6 100644
--- a/databases/rubygem-sqlite3/Makefile
+++ b/databases/rubygem-sqlite3/Makefile
@@ -12,13 +12,12 @@ COMMENT= Ruby interface to the SQLite DB engine version 3
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= swig3.0:devel/swig30
+BUILD_DEPENDS= swig:devel/swig
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
USES= gem
USE_RUBY= yes
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
-BINARY_ALIAS= swig=swig3.0
.include <bsd.port.mk>