diff options
author | decke <decke@FreeBSD.org> | 2011-09-10 23:13:19 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2011-09-10 23:13:19 +0800 |
commit | 8244d036bd8073c3851e793326243a1af6579b4a (patch) | |
tree | 8b4d930e9876f92980b5dc503471595a7834ac66 /www/redmine | |
parent | 8345291eb91272a1935bae57dcbd65278596772f (diff) | |
download | freebsd-ports-gnome-8244d036bd8073c3851e793326243a1af6579b4a.tar.gz freebsd-ports-gnome-8244d036bd8073c3851e793326243a1af6579b4a.tar.zst freebsd-ports-gnome-8244d036bd8073c3851e793326243a1af6579b4a.zip |
- Mark BROKEN because of a bug in RubyGems 1.8.x
http://rubyforge.org/tracker/index.php?func=detail&aid=29188&group_id=126&atid=575
Diffstat (limited to 'www/redmine')
-rw-r--r-- | www/redmine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/redmine/Makefile b/www/redmine/Makefile index fefd483676ad..e822357a54a1 100644 --- a/www/redmine/Makefile +++ b/www/redmine/Makefile @@ -25,6 +25,8 @@ USE_RAKE= yes NO_BUILD= yes SUB_LIST+= RUBY_NAME=${RUBY_NAME} +BROKEN= Does not work with RubyGems 1.8 + OPTIONS= MYSQL "Enable MySQL support" on \ POSTGRESQL "Enable PostgreSQL support" off \ RMAGIC "Enable Gantt charts support" on \ |