diff options
Diffstat (limited to 'devel/ruby-jttui/Makefile')
-rw-r--r-- | devel/ruby-jttui/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} |