diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 03:02:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 03:02:57 +0000 |
commit | 2bc6cf7c7eb9358934bc5865960a896732060938 (patch) | |
tree | 4f9da848987863db2ac388221f2eda93e09a7743 /misc/amanda32-server | |
parent | 53082da783fbbaf873f29f4788ab8ca63d77fe98 (diff) | |
download | ports-2bc6cf7c7eb9358934bc5865960a896732060938.tar.gz ports-2bc6cf7c7eb9358934bc5865960a896732060938.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 bacdec9a87f0..9722db851388 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -29,6 +29,10 @@ PATCH_STRIP= .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.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 |