aboutsummaryrefslogtreecommitdiffstats
path: root/misc/amanda26-server
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-25 18:11:10 +0800
committerkris <kris@FreeBSD.org>2004-02-25 18:11:10 +0800
commitbd81e08330d827b6ce9b4d2f8e36f5872cd998e6 (patch)
tree364981fcc7b3c252c0833bc098803d5af90772b3 /misc/amanda26-server
parent1fa8c6c5eaeafd7e35088c9b0adf9b9a78ffa47f (diff)
downloadfreebsd-ports-graphics-bd81e08330d827b6ce9b4d2f8e36f5872cd998e6.tar.gz
freebsd-ports-graphics-bd81e08330d827b6ce9b4d2f8e36f5872cd998e6.tar.zst
freebsd-ports-graphics-bd81e08330d827b6ce9b4d2f8e36f5872cd998e6.zip
BROKEN on !i386 and !amd64: broken pkg-plist
Diffstat (limited to 'misc/amanda26-server')
-rw-r--r--misc/amanda26-server/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile
index 582777abad0..13fb6a41509 100644
--- a/misc/amanda26-server/Makefile
+++ b/misc/amanda26-server/Makefile
@@ -29,6 +29,10 @@ PATCH_STRIP=
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+BROKEN= "Broken pkg-plist on !i386 and !amd64"
+.endif
+
.if exists(/usr/include/sys/scsiio.h)
.error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it.
.endif