aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-08-06 23:56:58 +0800
committerswills <swills@FreeBSD.org>2011-08-06 23:56:58 +0800
commitf1177d7a29da627599d49a414e24a960852c06aa (patch)
tree322279a2e48f0660755e6f0014b96b719094f8ec /japanese
parent38ed95fa990284dd1f3d10957147fb0b6ba7e0b3 (diff)
downloadfreebsd-ports-gnome-f1177d7a29da627599d49a414e24a960852c06aa.tar.gz
freebsd-ports-gnome-f1177d7a29da627599d49a414e24a960852c06aa.tar.zst
freebsd-ports-gnome-f1177d7a29da627599d49a414e24a960852c06aa.zip
- Mark broken with Ruby 1.9
With hat: ruby@
Diffstat (limited to 'japanese')
-rw-r--r--japanese/tomoe/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile
index 1efb22c9a796..b3e85b49c2c8 100644
--- a/japanese/tomoe/Makefile
+++ b/japanese/tomoe/Makefile
@@ -117,4 +117,7 @@ post-extract:
${UNZIP_CMD} -qo ${DISTDIR}/Unihan.zip -d ${WRKSRC}/module/dict
.endif
+.if ${RUBY_VER} == 1.9
+BROKEN= does not work with ruby 1.9
+.endif
.include <bsd.port.post.mk>