mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
databases/rubygem-sqlite3-ruby: Use USES=sqlite
This commit is contained in:
parent
77f8a0a9d3
commit
aff3294b90
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@ WWW= https://github.com/sparklemotion/sqlite3-ruby
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
BUILD_DEPENDS= swig:devel/swig
|
BUILD_DEPENDS= swig:devel/swig
|
||||||
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
|
||||||
RUN_DEPENDS= rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3
|
RUN_DEPENDS= rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3
|
||||||
|
|
||||||
|
USES= gem sqlite
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USES= gem
|
|
||||||
|
|
||||||
PLIST_FILES= bin/sqlite3_ruby
|
PLIST_FILES= bin/sqlite3_ruby
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue