diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-05-21 22:08:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-05-21 22:08:31 +0000 |
commit | 6a9acb210abbd8de23943f3bf0e88a7f64070bad (patch) | |
tree | 257c271e9cf68f212dd83a54ee5150d0ad7a3ca4 | |
parent | BROKEN: Does not build (diff) |
BROKEN: Incomplete pkg-plist
Notes
Notes:
svn path=/head/; revision=163024
-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 | ||||
-rw-r--r-- | graphics/py-freeimagepy/Makefile | 2 |
5 files changed, 10 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 diff --git a/graphics/py-freeimagepy/Makefile b/graphics/py-freeimagepy/Makefile index e398d86f0c98..8a53d9e0af49 100644 --- a/graphics/py-freeimagepy/Makefile +++ b/graphics/py-freeimagepy/Makefile @@ -18,6 +18,8 @@ COMMENT= A FreeImage library python wrapper LIB_DEPENDS= freeimage:${PORTSDIR}/graphics/freeimage +BROKEN= Incomplete pkg-plist + WRKSRC= ${WRKDIR}/FreeImagePy USE_BZIP2= yes USE_PYTHON= yes |