diff options
author | mat <mat@FreeBSD.org> | 2007-01-12 20:19:33 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2007-01-12 20:19:33 +0800 |
commit | f2c0c3a368b4ac8f775fd7382376708a44b5756e (patch) | |
tree | c58ad1c42d7de23fda51a39b5c56833da642eea2 /textproc/p5-Text-Trac | |
parent | f0d0e0687f0213c2730177763d431efb80cb5d50 (diff) | |
download | freebsd-ports-gnome-f2c0c3a368b4ac8f775fd7382376708a44b5756e.tar.gz freebsd-ports-gnome-f2c0c3a368b4ac8f775fd7382376708a44b5756e.tar.zst freebsd-ports-gnome-f2c0c3a368b4ac8f775fd7382376708a44b5756e.zip |
Does not work with perl < 5.6
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 |