- Fix PLIST. Unbreak.
PR: ports/79628 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: knu timeout
This commit is contained in:
parent
a6712ce089
commit
e59c4edf8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133954
6 changed files with 3 additions and 6 deletions
|
@ -19,8 +19,6 @@ COMMENT= Ruby interface to the SQLite DB engine version 3
|
|||
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
||||
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/sqlite3_api.so
|
||||
%%RUBY_SITELIBDIR%%/sqlite3.rb
|
||||
%%RUBY_SITELIBDIR%%/sqlite3/constants.rb
|
||||
%%RUBY_SITELIBDIR%%/sqlite3/database.rb
|
||||
|
|
|
@ -19,8 +19,6 @@ COMMENT= Ruby interface to the SQLite DB engine version 3
|
|||
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
||||
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/sqlite3_api.so
|
||||
%%RUBY_SITELIBDIR%%/sqlite3.rb
|
||||
%%RUBY_SITELIBDIR%%/sqlite3/constants.rb
|
||||
%%RUBY_SITELIBDIR%%/sqlite3/database.rb
|
||||
|
|
|
@ -19,8 +19,6 @@ COMMENT= Ruby interface to the SQLite DB engine version 3
|
|||
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
||||
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/sqlite3_api.so
|
||||
%%RUBY_SITELIBDIR%%/sqlite3.rb
|
||||
%%RUBY_SITELIBDIR%%/sqlite3/constants.rb
|
||||
%%RUBY_SITELIBDIR%%/sqlite3/database.rb
|
||||
|
|
Loading…
Reference in a new issue