diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-06 15:56:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-06 15:56:58 +0000 |
commit | 7c7baeb1445fd2779e41d2d1d9de2bec2bb9ac64 (patch) | |
tree | 979bc741b29f135b2b5bcceee781f4a22c1fcb1a /japanese/tomoe | |
parent | 1375a579301c243d6639198e1ce5c375adf18a16 (diff) | |
download | ports-7c7baeb1445fd2779e41d2d1d9de2bec2bb9ac64.tar.gz ports-7c7baeb1445fd2779e41d2d1d9de2bec2bb9ac64.zip |
Notes
Diffstat (limited to 'japanese/tomoe')
-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> |