diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
commit | 710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8 (patch) | |
tree | 6a64949cd1d37fc2302e761cd239d30738f2b760 /chinese | |
parent | 581a64ac608f8a28ef17c4b0cb597cc18ba8deb6 (diff) | |
download | freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.tar.gz freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.tar.zst freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.zip |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by: portmgr blanket
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ibus-libpinyin/Makefile | 2 | ||||
-rw-r--r-- | chinese/ibus-pinyin/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/chinese/ibus-libpinyin/Makefile b/chinese/ibus-libpinyin/Makefile index 8456081f00e0..15f8b4ee9ff9 100644 --- a/chinese/ibus-libpinyin/Makefile +++ b/chinese/ibus-libpinyin/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking --disable-boost \ --disable-lua-extension OPTIONS_DEFINE= ENGLISH STROKE OPENCC NLS -OPTIONS_DEFAULT= ENGLISH STROKE NLS +OPTIONS_DEFAULT= ENGLISH STROKE OPTIONS_SUB= yes ENGLISH_DESC= Enable English input mode STROKE_DESC= Enable stroke input mode diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index 13ff04a7b7d9..a5b87e71e5b2 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -25,7 +25,6 @@ CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension PROJECTHOST= ibus OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS OPTIONS_SUB= yes NLS_USES= gettext |