Subject: Re: uim / weird PKG_OPTION output
To: Jeroen Ruigrok/asmodai <asmodai@in-nomine.org>
From: Dieter Baron <dillo@danbala.tuwien.ac.at>
List: tech-pkg
Date: 06/30/2005 01:59:59
In article <20050629201108.GN95941@nexus.ninth-circle.org> Jeroen wrote:
: With inputmethod/uim I specified in /etc/mk.conf:
: .ifdef BSD_PKG_MK
: PKG_OPTIONS.uim=anthy gtk
: .endif
: But bmake show-options in uim shows:
: These options are enabled by default: anthy canna gtk
: These options are currently enabled: anthy canna gtk
: Why does it keep insisting on canna? I cannot find anything in anthy or uim
: to force this. Any hints are very much welcomed!
If you want to disable an option enabled by default, use the -option
syntax:
PKG_OPTIONS.uim=-canna
should do what you want.
yours,
dillo