Bengt Nilsson wrote:
[variant selection syntax]
To enable a variant use +variant.
port install foo +variant
But if it is already selected by default_variants in the Portfile, and
you need to disable it, you can use -variant, too.
port install foo -variant
HTH, Rainer