summaryrefslogtreecommitdiff
path: root/misc/amanda-server
diff options
context:
space:
mode:
Diffstat (limited to 'misc/amanda-server')
-rw-r--r--misc/amanda-server/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile
index cf3a0f7acedd..757e5218cbd3 100644
--- a/misc/amanda-server/Makefile
+++ b/misc/amanda-server/Makefile
@@ -134,7 +134,11 @@ CONFIGURE_ARGS+= --with-portrange=${AMANDA_PORTRANGE}
.if ${OSVERSION} < 400000
PLIST_SUB+= SCSICHG=''
.elif ${OSVERSION} >= 480000
+.if ${MACHINE_ARCH} == "amd64"
+PLIST_SUB+= SCSICHG='@comment '
+.else
PLIST_SUB+= SCSICHG=''
+.endif
.else
PLIST_SUB+= SCSICHG='@comment '
.endif