diff options
Diffstat (limited to 'japanese/tomoe/Makefile')
-rw-r--r-- | japanese/tomoe/Makefile | 3 |
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> |