diff options
-rw-r--r-- | devel/freeride/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby-ri/Makefile | 2 | ||||
-rw-r--r-- | net/ruby-jabber4r/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/devel/freeride/Makefile b/devel/freeride/Makefile index c9373b4d1ac4..1eecee670b8a 100644 --- a/devel/freeride/Makefile +++ b/devel/freeride/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= ruby MAINTAINER= alecn2002@yandex.ru COMMENT= Ruby Integrated Developement Environment written in Ruby +BROKEN= Does not build + RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/fox.so:${PORTSDIR}/x11-toolkits/ruby-fox \ ${RUBY_SITELIBDIR}/freebase/freebase.rb:${PORTSDIR}/devel/freebase diff --git a/lang/ruby-ri/Makefile b/lang/ruby-ri/Makefile index 890c0525eeca..b71f99c825d1 100644 --- a/lang/ruby-ri/Makefile +++ b/lang/ruby-ri/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby Interactive reference +BROKEN= Does not build + USE_RUBY= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/net/ruby-jabber4r/Makefile b/net/ruby-jabber4r/Makefile index 0537f89b4559..cc1cd7098e74 100644 --- a/net/ruby-jabber4r/Makefile +++ b/net/ruby-jabber4r/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby library to connect to an existing Jabber account +BROKEN= Does not build + USE_RUBY= yes USE_RUBY_FEATURES= rexml USE_RUBY_RDOC= yes |