pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/uim Fix typo in variable name, and replace...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4e7d3ea9c1d
branches:  trunk
changeset: 494980:e4e7d3ea9c1d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 01 14:05:54 2005 +0000

description:
Fix typo in variable name, and replace one PKG_SUPPORTED_OPTIONS line
with PKG_SUGGESTED_OPTIONS.

diffstat:

 inputmethod/uim/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 151bb44fae1f -r e4e7d3ea9c1d inputmethod/uim/options.mk
--- a/inputmethod/uim/options.mk        Wed Jun 01 14:05:03 2005 +0000
+++ b/inputmethod/uim/options.mk        Wed Jun 01 14:05:54 2005 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index