summaryrefslogtreecommitdiff
path: root/inputmethod/uim
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-06-01 14:05:54 +0000
committerwiz <wiz@pkgsrc.org>2005-06-01 14:05:54 +0000
commit932d1e483a1ad76d52b091266388079831b2393c (patch)
tree81a207e581be5428b0090dc22834dd9f6abf40d6 /inputmethod/uim
parent3d942271743f79318cd32eb24984af8ccd144d2c (diff)
downloadpkgsrc-932d1e483a1ad76d52b091266388079831b2393c.tar.gz
Fix typo in variable name, and replace one PKG_SUPPORTED_OPTIONS line
with PKG_SUGGESTED_OPTIONS.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r--inputmethod/uim/options.mk6
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"