diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2007-01-12 12:19:33 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2007-01-12 12:19:33 +0000 |
commit | 63862f7aea648b244e5b0344f5461de824a3345e (patch) | |
tree | e4e0bc26ce66c8b20cf5d9b36b539fa50ef25df2 /textproc/p5-Text-Trac | |
parent | a3d99e8e673f388785abd3ec5283d8cf1e94557f (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Trac')
-rw-r--r-- | textproc/p5-Text-Trac/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile index d737193e3973..06807bb66aaf 100644 --- a/textproc/p5-Text-Trac/Makefile +++ b/textproc/p5-Text-Trac/Makefile @@ -26,8 +26,7 @@ MAN3= Text::Trac.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -post-patch: - ${PERL} -pi -e 's/^use warnings;//g' ${WRKSRC}/Makefile.PL +IGNORE= requires perl5.6. Install lang/perl5 or lang/perl5.8 and try again .endif .if ${PERL_LEVEL} < 500602 |