diff options
Diffstat (limited to 'databases/rubygem-sqlite3-ruby/Makefile')
-rw-r--r-- | databases/rubygem-sqlite3-ruby/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile index 5c839bc89f2a..6b550ccfd1d7 100644 --- a/databases/rubygem-sqlite3-ruby/Makefile +++ b/databases/rubygem-sqlite3-ruby/Makefile @@ -12,9 +12,9 @@ COMMENT= Ruby interface to the SQLite DB engine version 3 LICENSE= BSD3CLAUSE -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -RUN_DEPENDS= rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3 +BUILD_DEPENDS= swig:devel/swig13 +LIB_DEPENDS= libsqlite3.so:databases/sqlite3 +RUN_DEPENDS= rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3 CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} NO_ARCH= yes |