From ce921473835ebb66d0095e2cc7a5caf6dd645b5e Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 20 May 2006 19:57:23 +0000 Subject: - Mark IGNORE on < 5.2, these old versions are unsupported Submitted by: Alex Kozlov (maintainer) --- sysutils/sfdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/sfdisk/Makefile b/sysutils/sfdisk/Makefile index 7b05dfb43817..2296c9c57812 100644 --- a/sysutils/sfdisk/Makefile +++ b/sysutils/sfdisk/Makefile @@ -26,8 +26,8 @@ NOT_FOR_ARCHS= ia64 CFLAGS+= -DPC98 .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.X +.if ${OSVERSION} < 502000 +IGNORE= is only for FreeBSD 5.X and later .endif .include -- cgit