diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /devel/valgrind | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) |
Notes
Diffstat (limited to 'devel/valgrind')
-rw-r--r-- | devel/valgrind/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index 30e06d1d442e..3c7c32bae887 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -54,10 +54,6 @@ PLIST_SUB+= RELENG_7="@comment " .endif .endif -.if ${PERL_LEVEL} < 500601 -IGNORE= can\'t be built. Your Perl version is too old. Please use lang/perl5.8 port to upgrade your Perl -.endif - PROCFS!= /sbin/mount | ${GREP} '^procfs' | ${AWK} '{print $1}' pre-everything:: |