diff options
-rw-r--r-- | databases/ruby-dbd_interbase/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-dbd_mysql/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/databases/ruby-dbd_interbase/Makefile b/databases/ruby-dbd_interbase/Makefile index 378032d54f6f..341da59c9924 100644 --- a/databases/ruby-dbd_interbase/Makefile +++ b/databases/ruby-dbd_interbase/Makefile @@ -20,8 +20,6 @@ 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 47c15cba1487..e9ea15171dc8 100644 --- a/databases/ruby-dbd_mysql/Makefile +++ b/databases/ruby-dbd_mysql/Makefile @@ -20,8 +20,6 @@ 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 |