aboutsummaryrefslogtreecommitdiff
path: root/japanese/yc.el
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-06-14 22:11:11 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-06-14 22:11:11 +0000
commit29b5e887c3c4a07a69f7aeed02ec1ed0201255f2 (patch)
treec61283f78b0ac71f594569634649a7bc044e90f2 /japanese/yc.el
parent8c560ec4edb637aae4503fcce58cd86f682fa2d7 (diff)
downloadports-29b5e887c3c4a07a69f7aeed02ec1ed0201255f2.tar.gz
ports-29b5e887c3c4a07a69f7aeed02ec1ed0201255f2.zip
- update to optionsNG framework
PR: ports/169045 Submitted by: maintainer, t@nakao.org
Notes
Notes: svn path=/head/; revision=299290
Diffstat (limited to 'japanese/yc.el')
-rw-r--r--japanese/yc.el/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/yc.el/Makefile b/japanese/yc.el/Makefile
index e4b0236b0c90..f698161d6641 100644
--- a/japanese/yc.el/Makefile
+++ b/japanese/yc.el/Makefile
@@ -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