diff options
author | mat <mat@FreeBSD.org> | 2017-11-21 16:36:26 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-11-21 16:36:26 +0800 |
commit | 65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c (patch) | |
tree | 6b04110a85d89148a3db54227de18de5bdef3f5b /korean | |
parent | 00a06b21195b11eec1f84e2ed76399d08ed16ae5 (diff) | |
download | freebsd-ports-gnome-65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c.tar.gz freebsd-ports-gnome-65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c.tar.zst freebsd-ports-gnome-65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c.zip |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight
Diffstat (limited to 'korean')
-rw-r--r-- | korean/scim-hangul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/scim-hangul/Makefile b/korean/scim-hangul/Makefile index 5afac6dacf7a..f068c4b3088d 100644 --- a/korean/scim-hangul/Makefile +++ b/korean/scim-hangul/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USES= gmake libtool:keepla pkgconfig OPTIONS_DEFINE= NLS -OPTIONS_SUB= NLS +OPTIONS_SUB= yes .include <bsd.port.options.mk> |