diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-09 13:06:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-09 13:06:31 +0000 |
commit | 80b7a261f82d001bd1b00ea395f606c940b16d7a (patch) | |
tree | 346795daa23fafa8562e28e7c41083f3927e4aa4 | |
parent | - update to 0.5.1 (diff) |
- mark BROKEN
Notes
Notes:
svn path=/head/; revision=298853
-rw-r--r-- | devel/ruby-gnustep/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-gnustep/Makefile b/devel/ruby-gnustep/Makefile index ad06a2f89c55..439a02991483 100644 --- a/devel/ruby-gnustep/Makefile +++ b/devel/ruby-gnustep/Makefile @@ -17,8 +17,10 @@ DISTNAME= rigs-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= A Ruby interface to the GNUstep development environment -LICENSE_COMB= multi LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi + +BROKEN= does not build with gnustep-base 1.24.0 USE_RUBY= yes USE_GNUSTEP= yes |