diff options
Diffstat (limited to 'www/weblint++/Makefile')
-rw-r--r-- | www/weblint++/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/weblint++/Makefile b/www/weblint++/Makefile index cffca1728bca..429e4e1113b3 100644 --- a/www/weblint++/Makefile +++ b/www/weblint++/Makefile @@ -37,10 +37,4 @@ PERL_CONFIGURE= yes MAN1= weblint++.1 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 # inherited from p5-libwww -IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |