From 910a86d1995c8206d3b741d92f3a95039c6dd331 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sat, 9 Feb 2008 12:08:16 +0000 Subject: [PATCH] Mark IGNORE on 8.0: unsupported --- devel/valgrind-snapshot/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile index 6151aec05b6c..854539dc9792 100644 --- a/devel/valgrind-snapshot/Makefile +++ b/devel/valgrind-snapshot/Makefile @@ -32,7 +32,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME} .include -.if ${OSVERSION} >= 700000 +.if ${OSVERSION} >= 800000 +IGNORE= FreeBSD 8.0 is supported yet +.elif ${OSVERSION} >= 700000 PLIST_SUB+= RELENG_5="@comment " PLIST_SUB+= RELENG_6="@comment " PLIST_SUB+= RELENG_7=""