diff options
-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 |