diff options
Diffstat (limited to 'textproc/p5-Text-Reflow/Makefile')
-rw-r--r-- | textproc/p5-Text-Reflow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Text-Reflow/Makefile b/textproc/p5-Text-Reflow/Makefile index 7b5953f2bf57..ba2132c1b12f 100644 --- a/textproc/p5-Text-Reflow/Makefile +++ b/textproc/p5-Text-Reflow/Makefile @@ -20,7 +20,7 @@ PERL_CONFIGURE= yes MAN3= Text::Reflow.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -pre-everything: +pre-everything:: @${PERL} -M5.006 -e1 2>/dev/null || \ ( ${ECHO_MSG} "===> Requires perl 5.6 or above (available from the port collection)"; \ ${FALSE} ) |