- update to optionsNG framework
PR: ports/169045 Submitted by: maintainer, t@nakao.org
This commit is contained in:
parent
8c560ec4ed
commit
29b5e887c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299290
1 changed files with 3 additions and 2 deletions
|
@ -27,11 +27,12 @@ PLIST_FILES= %%EMACS_VERSION_SITE_LISPDIR%%/yc/yc.el \
|
|||
%%EMACS_VERSION_SITE_LISPDIR%%/yc/yc.elc
|
||||
PLIST_DIRS= %%EMACS_VERSION_SITE_LISPDIR%%/yc
|
||||
|
||||
OPTIONS= ICANNA "Enable icanna support" off
|
||||
OPTIONS_DEFINE= ICANNA
|
||||
ICANNA_DESC= Enable icanna support
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_ICANNA)
|
||||
.if ${PORT_OPTIONS:MICANNA}
|
||||
RUN_DEPENDS+= icanna:${PORTSDIR}/japanese/icanna
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue