summaryrefslogtreecommitdiff
path: root/devel/valgrind/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
commitd095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch)
treeca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /devel/valgrind/Makefile
parent- Remove conditional checks for FreeBSD 5.x and older (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225293
Diffstat (limited to 'devel/valgrind/Makefile')
-rw-r--r--devel/valgrind/Makefile8
1 files changed, 1 insertions, 7 deletions
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