aboutsummaryrefslogtreecommitdiff
path: root/devel/gonzui
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gonzui')
-rw-r--r--devel/gonzui/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/gonzui/Makefile b/devel/gonzui/Makefile
index 22380c3913f4..e9c64d46fbb7 100644
--- a/devel/gonzui/Makefile
+++ b/devel/gonzui/Makefile
@@ -22,4 +22,10 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \
USE_RUBY= yes
GNU_CONFIGURE= yes
-.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>