aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-08-06 16:41:47 +0800
committerswills <swills@FreeBSD.org>2011-08-06 16:41:47 +0800
commitca1e0ce6b61d0a6530749b22bcbecc3786191ef0 (patch)
treeef707edc77ce69a59e6937ec69ce0755fbccf803 /japanese
parent7978b63374595d1b970ed4d8ffaeae52c7c088fc (diff)
downloadfreebsd-ports-gnome-ca1e0ce6b61d0a6530749b22bcbecc3786191ef0.tar.gz
freebsd-ports-gnome-ca1e0ce6b61d0a6530749b22bcbecc3786191ef0.tar.zst
freebsd-ports-gnome-ca1e0ce6b61d0a6530749b22bcbecc3786191ef0.zip
- Mark broken with Ruby 1.9
With hat: ruby@
Diffstat (limited to 'japanese')
-rw-r--r--japanese/migemo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/migemo/Makefile b/japanese/migemo/Makefile
index 590edfba0548..4c5afd8dfc8d 100644
--- a/japanese/migemo/Makefile
+++ b/japanese/migemo/Makefile
@@ -63,4 +63,8 @@ post-install:
@${CAT} ${PKGMESSAGE}
.endif
+.if ${RUBY_VER} == 1.9
+BROKEN= does not build with ruby 1.9
+.endif
+
.include <bsd.port.post.mk>