aboutsummaryrefslogtreecommitdiff
path: root/devel/gonzui
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-26 20:46:35 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-26 20:46:35 +0000
commit878bf849dde1b941f9038fb0d749d8691656a0f3 (patch)
tree9b4f932c3bd71f818236cae574e920597fd4c99c /devel/gonzui
parenteea970e2ad4a6b7cfb8b351a8c715f910499e6ba (diff)
downloadports-878bf849dde1b941f9038fb0d749d8691656a0f3.tar.gz
ports-878bf849dde1b941f9038fb0d749d8691656a0f3.zip
Notes
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>