diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-17 18:17:45 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-17 18:17:45 +0000 |
| commit | cb333cf1eccb98899b1700ca42a800ab92697fa4 (patch) | |
| tree | 7f623e7c3f52defb4424cb7124504b8d4e77d35c /databases/rubygem-sqlite3-ruby | |
| parent | Update to 2020.06.14 (diff) | |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=539491
Diffstat (limited to 'databases/rubygem-sqlite3-ruby')
| -rw-r--r-- | databases/rubygem-sqlite3-ruby/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |
