From c2070853d58e5fbac2072d5722f1bd0d03369642 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 7 Feb 2004 03:02:57 +0000 Subject: BROKEN on 5.x: broken pkg-plist --- misc/amanda-server/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc/amanda-server') diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index bacdec9a87f..9722db85138 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -29,6 +29,10 @@ PATCH_STRIP= .include +.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 -- cgit