diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-03 06:38:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-03 06:38:39 +0000 |
commit | 6717aab7f76b779fe6a65b9c1842c106362d0fac (patch) | |
tree | db6b61badab22f81e72e7b293a0c277f3e5fa234 | |
parent | . Update to 1.4.11. (diff) |
Remove KAKASI option, as ruby-kakasi has expired
Notes
Notes:
svn path=/head/; revision=278848
-rw-r--r-- | mail/bsfilter/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/bsfilter/Makefile b/mail/bsfilter/Makefile index 0d92e5872fc9..dea8739e5431 100644 --- a/mail/bsfilter/Makefile +++ b/mail/bsfilter/Makefile @@ -21,8 +21,7 @@ NO_BUILD= yes USE_RUBY= yes OPTIONS= CHASEN "Japanese Morphological Analysis Support" Off \ - MECAB "Part-of-Speech and Morphological Analyzer" Off \ - KAKASI "Language processing filter/converter" Off + MECAB "Part-of-Speech and Morphological Analyzer" Off .include <bsd.port.pre.mk> @@ -32,9 +31,6 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/chasen.so:${PORTSDIR}/japanese/ruby-chasen .if defined(WITH_MECAB) RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/MeCab.so:${PORTSDIR}/japanese/ruby-mecab .endif -.if defined(WITH_KAKASI) -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/kakasi.so:${PORTSDIR}/japanese/ruby-kakasi -.endif do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bsfilter/${PORTNAME} ${PREFIX}/bin/${PORTNAME} |