diff options
Diffstat (limited to 'textproc/markdown/Makefile')
-rw-r--r-- | textproc/markdown/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/markdown/Makefile b/textproc/markdown/Makefile index 0e7ce49dbb95..57ff1b4e11a5 100644 --- a/textproc/markdown/Makefile +++ b/textproc/markdown/Makefile @@ -41,7 +41,7 @@ do-install: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> |