diff options
author | sbd <sbd> | 2012-05-21 04:25:36 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-05-21 04:25:36 +0000 |
commit | f01f48cda94b7686366dca608f182823dd37486d (patch) | |
tree | c45af51c55c94dd08c170df4081544544f517452 /sysutils | |
parent | 454a15d51d6bc44f38b765be64906c925ad49a63 (diff) | |
download | pkgsrc-f01f48cda94b7686366dca608f182823dd37486d.tar.gz |
Use += to set pkg supported/suggested options.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-common/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/amanda-common/options.mk b/sysutils/amanda-common/options.mk index 754176baf97..9fe3d7ad2d5 100644 --- a/sysutils/amanda-common/options.mk +++ b/sysutils/amanda-common/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.3 2012/05/20 11:14:33 sbd Exp $ +# $NetBSD: options.mk,v 1.4 2012/05/21 04:25:36 sbd Exp $ # Since amanda's ipv6 usage is broken, turn it off by default. PKG_OPTIONS_VAR= PKG_OPTIONS.amanda -PKG_SUPPORTED_OPTIONS= inet6 amanda-fqdn amanda-ssh -PKG_SUGGESTED_OPTIONS= amanda-ssh +PKG_SUPPORTED_OPTIONS+= inet6 amanda-fqdn amanda-ssh +PKG_SUGGESTED_OPTIONS+= amanda-ssh PKG_OPTIONS_LEGACY_VARS+= AMANDA_FQDN:amanda-fqdn PKG_OPTIONS_LEGACY_VARS+= AMANDA_SSH:amanda-ssh |