aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-22 06:56:42 +0800
committerpav <pav@FreeBSD.org>2006-05-22 06:56:42 +0800
commit54e2cd267ce88103e2e90277ff622e3462b1dc4f (patch)
tree1daf8217cd89b3ec199c71cf8a58f9857f3a5e3b /databases
parenta051d7670ebe7ad8d266b6f11e094061e4c5a665 (diff)
downloadfreebsd-ports-gnome-54e2cd267ce88103e2e90277ff622e3462b1dc4f.tar.gz
freebsd-ports-gnome-54e2cd267ce88103e2e90277ff622e3462b1dc4f.tar.zst
freebsd-ports-gnome-54e2cd267ce88103e2e90277ff622e3462b1dc4f.zip
- This is fixed now after changes to ruby-dbi port
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-dbd_odbc/Makefile2
-rw-r--r--databases/ruby-dbd_pg/Makefile2
-rw-r--r--databases/ruby-dbd_sqlite/Makefile2
3 files changed, 0 insertions, 6 deletions
diff --git a/databases/ruby-dbd_odbc/Makefile b/databases/ruby-dbd_odbc/Makefile
index c64c400572e8..db3bc42bd3e1 100644
--- a/databases/ruby-dbd_odbc/Makefile
+++ b/databases/ruby-dbd_odbc/Makefile
@@ -20,8 +20,6 @@ COMMENT= ODBC driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
${RUBY_SITEARCHLIBDIR}/odbc.so:${.CURDIR}/../ruby-odbc
-BROKEN= Does not build
-
USE_RUBY= yes
USE_RUBY_SETUP= yes
diff --git a/databases/ruby-dbd_pg/Makefile b/databases/ruby-dbd_pg/Makefile
index f93e67dc7c00..fb7cd624b46d 100644
--- a/databases/ruby-dbd_pg/Makefile
+++ b/databases/ruby-dbd_pg/Makefile
@@ -20,8 +20,6 @@ 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 64dff9ad3c23..565efd599c6f 100644
--- a/databases/ruby-dbd_sqlite/Makefile
+++ b/databases/ruby-dbd_sqlite/Makefile
@@ -20,8 +20,6 @@ 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