aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-07-29 05:35:15 +0800
committerswills <swills@FreeBSD.org>2014-07-29 05:35:15 +0800
commit3fd69daa0b6700ce6f0fdf6a36984632fc8c9637 (patch)
tree50ad9bdf6d653fab32a152010d717ae5c2a3a2e3 /x11-toolkits
parente9c71b7ba13698728e532627f606c4fdb8287200 (diff)
downloadfreebsd-ports-gnome-3fd69daa0b6700ce6f0fdf6a36984632fc8c9637.tar.gz
freebsd-ports-gnome-3fd69daa0b6700ce6f0fdf6a36984632fc8c9637.tar.zst
freebsd-ports-gnome-3fd69daa0b6700ce6f0fdf6a36984632fc8c9637.zip
x11-toolkits/ruby-fox16: Mark broken with Ruby 2.0 or newer
With hat: ruby@
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/ruby-fox16/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/ruby-fox16/Makefile b/x11-toolkits/ruby-fox16/Makefile
index 4bac520d8af7..269d1a29b60a 100644
--- a/x11-toolkits/ruby-fox16/Makefile
+++ b/x11-toolkits/ruby-fox16/Makefile
@@ -37,4 +37,10 @@ post-configure:
@${REINPLACE_CMD} -e 's|CPPFLAGS = -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6|CPPFLAGS = -ffriend-injection -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6|' \
${WRKSRC}/ext/fox16/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.0
+BROKEN= Does not build with Ruby 2.0 or newer
+.endif
+
+.include <bsd.port.post.mk>