aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda25-server/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-10-23 23:56:02 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-10-23 23:56:02 +0000
commitbfaab0c3862308b375db8466d8274f7158aace7e (patch)
tree51be8bb3608f51fbd3022380256e386ee923f5fb /misc/amanda25-server/Makefile
parent9b35bf9c6e924bf42433770de10951da827dd49a (diff)
downloadports-bfaab0c3862308b375db8466d8274f7158aace7e.tar.gz
ports-bfaab0c3862308b375db8466d8274f7158aace7e.zip
Amd64 does not seem to support scsi-chg, so disable it
Notes
Notes: svn path=/head/; revision=92001
Diffstat (limited to 'misc/amanda25-server/Makefile')
-rw-r--r--misc/amanda25-server/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile
index cf3a0f7acedd..757e5218cbd3 100644
--- a/misc/amanda25-server/Makefile
+++ b/misc/amanda25-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