diff options
author | wiz <wiz> | 2005-10-05 13:29:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-05 13:29:49 +0000 |
commit | 813045038052ffa056be024446c648238b28e790 (patch) | |
tree | 5ecdf8abc397aa005a5d5717e7133a0ce6eadbcb /inputmethod/anthy | |
parent | e50ce2a3b677282295c74f67e91ba9b59ef04941 (diff) | |
download | pkgsrc-813045038052ffa056be024446c648238b28e790.tar.gz |
Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
Diffstat (limited to 'inputmethod/anthy')
-rw-r--r-- | inputmethod/anthy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/anthy/Makefile b/inputmethod/anthy/Makefile index 3eed0cb7f74..be6673ee587 100644 --- a/inputmethod/anthy/Makefile +++ b/inputmethod/anthy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/09/05 15:00:09 taya Exp $ +# $NetBSD: Makefile,v 1.9 2005/10/05 13:29:50 wiz Exp $ .include "../../inputmethod/anthy/Makefile.common" @@ -18,8 +18,6 @@ PKGCONFIG_OVERRIDE+= anthy.pc.in PKG_OPTIONS_VAR= PKG_OPTIONS.anthy PKG_SUPPORTED_OPTIONS= 2ch_dict okinawa_dict -PKG_OPTIONS_LEGACY_VARS+= USE_2CH_DICT:2ch_dict -PKG_OPTIONS_LEGACY_VARS+= USE_OKINAWA_DICT:okinawa_dict .include "../../mk/bsd.options.mk" |