aboutsummaryrefslogtreecommitdiff
path: root/mail/bsfilter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/bsfilter/Makefile')
-rw-r--r--mail/bsfilter/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/bsfilter/Makefile b/mail/bsfilter/Makefile
index ee886efd6a22..bc2f83770fcb 100644
--- a/mail/bsfilter/Makefile
+++ b/mail/bsfilter/Makefile
@@ -18,17 +18,13 @@ RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/ruby-gdbm
NO_BUILD= yes
USE_RUBY= yes
-OPTIONS_DEFINE= CHASEN DOCS MECAB
+OPTIONS_DEFINE= DOCS MECAB
-CHASEN_DESC= Japanese Morphological Analysis Support
MECAB_DESC= Part-of-Speech and Morphological Analyzer
NO_STAGE= yes
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MCHASEN}
-RUN_DEPENDS+= ja-${RUBY_PKGNAMEPREFIX}chasen>=0:${PORTSDIR}/japanese/ruby-chasen
-.endif
.if ${PORT_OPTIONS:MMECAB}
RUN_DEPENDS+= ja-${RUBY_PKGNAMEPREFIX}mecab>=0:${PORTSDIR}/japanese/ruby-mecab
.endif