Hi, in the past I always use without_* to unmark the options I don't want to installed.
And it seems without_* will be deprecated. So for now I use OPTIONS_UNSET in my make.conf.
But it seems that for now when I try to install a software, X11 DOCS NLS EXAMPLES is still marked by default, it's really annoying. How can I get rid of them ?
And it seems without_* will be deprecated. So for now I use OPTIONS_UNSET in my make.conf.
But it seems that for now when I try to install a software, X11 DOCS NLS EXAMPLES is still marked by default, it's really annoying. How can I get rid of them ?
Code:
OPTIONS_UNSET = X11
OPTIONS_UNSET = GUI
OPTIONS_UNSET = CUPS
OPTIONS_UNSET = DOCS
OPTIONS_UNSET = EXAMPLES
OPTIONS_UNSET = NLS
OPTIONS_UNSET = DEBUG
OPTIONS_UNSET = CPUS
WITHOUT_MODULES = sound ntfs linux
WITH_X = NO
WITH_CPUFLAGS = YES
WITH_OPTIMIZED_CFLAGS = YES
BUILD_OPTIMIZED = YES
BUILD_STATIC = YES
ENABLE_GUI = NO
NO_INET6 = YES