summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-05-21 04:25:36 +0000
committersbd <sbd@pkgsrc.org>2012-05-21 04:25:36 +0000
commit8222578db7c08410984928399404a4f80520d904 (patch)
treec45af51c55c94dd08c170df4081544544f517452 /sysutils
parent322128a358fda4ab53b98879ed33aa5b03f244c8 (diff)
downloadpkgsrc-8222578db7c08410984928399404a4f80520d904.tar.gz
Use += to set pkg supported/suggested options.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-common/options.mk6
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