aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-23 20:26:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-23 20:26:28 +0000
commitf8ad58322b04566f482a1242f5221b38682a66f1 (patch)
tree871fef2e6287cee416a338070d39394a1a6e3e4c /databases
parent320a03d28b12e146f24b48465d8d91d6deaba9c3 (diff)
downloadports-f8ad58322b04566f482a1242f5221b38682a66f1.tar.gz
ports-f8ad58322b04566f482a1242f5221b38682a66f1.zip
Notes
Diffstat (limited to 'databases')
-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 137be08a0c91..5c839bc89f2a 100644
--- a/databases/rubygem-sqlite3-ruby/Makefile
+++ b/databases/rubygem-sqlite3-ruby/Makefile
@@ -12,11 +12,12 @@ COMMENT= Ruby interface to the SQLite DB engine version 3
LICENSE= BSD3CLAUSE
-LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
+LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
RUN_DEPENDS= rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
+NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes