diff options
author | kris <kris@FreeBSD.org> | 2004-02-07 11:02:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-07 11:02:57 +0800 |
commit | c2070853d58e5fbac2072d5722f1bd0d03369642 (patch) | |
tree | 181850a24b8681c2d768b9e3586ff963f00c99f7 /misc/amanda32-server | |
parent | 5527cf646766365b1a406520220bbba75fc51c0f (diff) | |
download | freebsd-ports-gnome-c2070853d58e5fbac2072d5722f1bd0d03369642.tar.gz freebsd-ports-gnome-c2070853d58e5fbac2072d5722f1bd0d03369642.tar.zst freebsd-ports-gnome-c2070853d58e5fbac2072d5722f1bd0d03369642.zip |
BROKEN on 5.x: broken pkg-plist
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 |