diff options
author | jgh <jgh@FreeBSD.org> | 2012-06-15 06:11:11 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-06-15 06:11:11 +0800 |
commit | 8e53ee54ce6e796050a25db109a12e82c409518b (patch) | |
tree | c780e99c1c483fbc44ff47b0a9f6a51045f278cc /japanese | |
parent | 07735bac1b5b91ec83187fed4c271bd7af41100e (diff) | |
download | freebsd-ports-gnome-8e53ee54ce6e796050a25db109a12e82c409518b.tar.gz freebsd-ports-gnome-8e53ee54ce6e796050a25db109a12e82c409518b.tar.zst freebsd-ports-gnome-8e53ee54ce6e796050a25db109a12e82c409518b.zip |
- update to optionsNG framework
PR: ports/169045
Submitted by: maintainer, t@nakao.org
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/yc.el/Makefile | 5 |
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 |