diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-io-reactor/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-jttui/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-slang/Makefile | 4 |
3 files changed, 12 insertions, 1 deletions
diff --git a/devel/ruby-io-reactor/Makefile b/devel/ruby-io-reactor/Makefile index a7e1475f5d89..297bda9e9ccd 100644 --- a/devel/ruby-io-reactor/Makefile +++ b/devel/ruby-io-reactor/Makefile @@ -37,4 +37,8 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> diff --git a/devel/ruby-jttui/Makefile b/devel/ruby-jttui/Makefile index 2b6b50e2553f..812d53d7a6ed 100644 --- a/devel/ruby-jttui/Makefile +++ b/devel/ruby-jttui/Makefile @@ -24,6 +24,9 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install .include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} diff --git a/devel/ruby-slang/Makefile b/devel/ruby-slang/Makefile index e64b23494893..20a09fb8028f 100644 --- a/devel/ruby-slang/Makefile +++ b/devel/ruby-slang/Makefile @@ -34,6 +34,10 @@ DOCS_JA= README.euc .include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif + .if defined(PKGNAMEPREFIX) PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} .else |