diff options
author | wiz <wiz> | 2005-06-01 14:05:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-06-01 14:05:54 +0000 |
commit | 37ac73ed3697ecd3fdd5c15ce82cc186dc213b91 (patch) | |
tree | 81a207e581be5428b0090dc22834dd9f6abf40d6 /inputmethod | |
parent | 81184987dae59608b503585a595108bb144bbd3d (diff) | |
download | pkgsrc-37ac73ed3697ecd3fdd5c15ce82cc186dc213b91.tar.gz |
Fix typo in variable name, and replace one PKG_SUPPORTED_OPTIONS line
with PKG_SUGGESTED_OPTIONS.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/uim/options.mk b/inputmethod/uim/options.mk index e203fe7d163..d307134fba7 100644 --- a/inputmethod/uim/options.mk +++ b/inputmethod/uim/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.2 2005/06/01 14:00:55 dillo Exp $ +# $NetBSD: options.mk,v 1.3 2005/06/01 14:05:54 wiz Exp $ PKG_SUPPORTED_OPTIONS= anthy canna eb qt -PKG_SUPPORTED_OPTIONS= anthy canna +PKG_SUGGESTED_OPTIONS= anthy canna PKG_OPTIONS_LEGACY_VARS+= UIM_USE_ANTHY:anthy PKG_OPTIONS_LEGACY_VARS+= UIM_USE_CANNA:canna PKG_OPTIONS_LEGACY_VARS+= UIM_USE_EB:eb -PKG_OPTIONS_LEGACY_VARS+= UIM_USE_qt:qt +PKG_OPTIONS_LEGACY_VARS+= UIM_USE_QT:qt .include "../../mk/bsd.options.mk" |