summaryrefslogtreecommitdiff
path: root/devel/valgrind/Makefile
diff options
context:
space:
mode:
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