mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Remove dependency on japanese/ruby-chasen
- Option is off by default, no PORTREVISION bump With hat: portmgr
This commit is contained in:
parent
e3c265aef5
commit
2ed5036df6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330043
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue