From d095d4a96566a3ab095ab2e30430ce93a154f1a7 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Jan 2009 19:44:02 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- devel/valgrind/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'devel/valgrind/Makefile') diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index ba58c0ef80ab..f87de43c715c 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -31,16 +31,10 @@ USE_GCC= 3.4 .if ${OSVERSION} >= 800000 IGNORE= FreeBSD 8.x is unsupported .elif ${OSVERSION} >= 700000 -PLIST_SUB+= RELENG_5="@comment " PLIST_SUB+= RELENG_6="@comment " PLIST_SUB+= RELENG_7="" -.elif ${OSVERSION} >= 600000 -PLIST_SUB+= RELENG_5="@comment " -PLIST_SUB+= RELENG_6="" -PLIST_SUB+= RELENG_7="@comment " .else -PLIST_SUB+= RELENG_5="" -PLIST_SUB+= RELENG_6="@comment " +PLIST_SUB+= RELENG_6="" PLIST_SUB+= RELENG_7="@comment " .endif -- cgit v1.2.3