diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:11:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:11:10 +0000 |
commit | 3e79dd5141004663655735ef8d6cb5ab7b35d9fe (patch) | |
tree | 8ae16656a7ab9d457870c01e1ba2cb729333c2eb /misc/amanda32-server | |
parent | 57dcf90e0dac0323d631c4a2896357b6282c558f (diff) | |
download | ports-3e79dd5141004663655735ef8d6cb5ab7b35d9fe.tar.gz ports-3e79dd5141004663655735ef8d6cb5ab7b35d9fe.zip |
Notes
Diffstat (limited to 'misc/amanda32-server')
-rw-r--r-- | misc/amanda32-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 582777abad0b..13fb6a415094 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-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 |