aboutsummaryrefslogtreecommitdiff
path: root/mail/bsfilter
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-11 01:51:25 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-11 01:51:25 +0000
commit2ed5036df65d004edfe61b6fd718023e17084083 (patch)
tree31f22a060b8a856d1d17159eba6b2e0e20e39cfc /mail/bsfilter
parente3c265aef5a4d9d1f6d4e8b18409f262cf8d3163 (diff)
downloadports-2ed5036df65d004edfe61b6fd718023e17084083.tar.gz
ports-2ed5036df65d004edfe61b6fd718023e17084083.zip
- Remove dependency on japanese/ruby-chasen
- Option is off by default, no PORTREVISION bump With hat: portmgr
Notes
Notes: svn path=/head/; revision=330043
Diffstat (limited to 'mail/bsfilter')
-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