diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-dbd_interbase/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-dbd_mysql/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-dbd_pg/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-dbd_sqlite/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/databases/ruby-dbd_interbase/Makefile b/databases/ruby-dbd_interbase/Makefile index 341da59c9924..378032d54f6f 100644 --- a/databases/ruby-dbd_interbase/Makefile +++ b/databases/ruby-dbd_interbase/Makefile @@ -20,6 +20,8 @@ COMMENT= InterBase driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ ${RUBY_SITEARCHLIBDIR}/interbase.so:${.CURDIR}/../ruby-interbase +BROKEN= Incomplete pkg-plist + USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/databases/ruby-dbd_mysql/Makefile b/databases/ruby-dbd_mysql/Makefile index e9ea15171dc8..47c15cba1487 100644 --- a/databases/ruby-dbd_mysql/Makefile +++ b/databases/ruby-dbd_mysql/Makefile @@ -20,6 +20,8 @@ COMMENT= MySQL driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ ${RUBY_SITEARCHLIBDIR}/mysql.so:${.CURDIR}/../ruby-mysql +BROKEN= Incomplete pkg-plist + USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/databases/ruby-dbd_pg/Makefile b/databases/ruby-dbd_pg/Makefile index fb7cd624b46d..f93e67dc7c00 100644 --- a/databases/ruby-dbd_pg/Makefile +++ b/databases/ruby-dbd_pg/Makefile @@ -20,6 +20,8 @@ COMMENT= PostgreSQL driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ ${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../ruby-postgres +BROKEN= Incomplete pkg-plist + USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/databases/ruby-dbd_sqlite/Makefile b/databases/ruby-dbd_sqlite/Makefile index 565efd599c6f..64dff9ad3c23 100644 --- a/databases/ruby-dbd_sqlite/Makefile +++ b/databases/ruby-dbd_sqlite/Makefile @@ -20,6 +20,8 @@ COMMENT= SQLite driver for DBI-for-Ruby LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} +BROKEN= Incomplete pkg-plist + USE_RUBY= yes USE_RUBY_SETUP= yes |