summaryrefslogtreecommitdiff
path: root/devel/valgrind-snapshot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/valgrind-snapshot/Makefile')
-rw-r--r--devel/valgrind-snapshot/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile
index 202ed48f13ce..54b0838b1e31 100644
--- a/devel/valgrind-snapshot/Makefile
+++ b/devel/valgrind-snapshot/Makefile
@@ -35,16 +35,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
.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=""
-.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