diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-24 04:26:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-24 04:26:28 +0800 |
commit | 1bd582812e4b03df75ff37fa1062f25fa15465af (patch) | |
tree | 871fef2e6287cee416a338070d39394a1a6e3e4c /databases | |
parent | c1a6b622e17363efb44a2972a411ca36f00336f8 (diff) | |
download | freebsd-ports-gnome-1bd582812e4b03df75ff37fa1062f25fa15465af.tar.gz freebsd-ports-gnome-1bd582812e4b03df75ff37fa1062f25fa15465af.tar.zst freebsd-ports-gnome-1bd582812e4b03df75ff37fa1062f25fa15465af.zip |
- Reorder *_DEPENDS
- Add NO_ARCH
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rubygem-sqlite3-ruby/Makefile | 3 |
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 |