diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-05 10:37:48 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-05 10:37:48 +0000 |
commit | 58d4ed848f508393bc4074cca15ca827c70c438e (patch) | |
tree | f97380e97ab7e7968465210a2e044c2ee7207e0d /www/p5-HTML-Mason | |
parent | aedcd4250b2d811ffa0f2a0314cf1655cb2b5267 (diff) | |
download | FreeBSD-ports-58d4ed848f508393bc4074cca15ca827c70c438e.zip FreeBSD-ports-58d4ed848f508393bc4074cca15ca827c70c438e.tar.gz |
Fix digit to compare against.
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index ab46c65..ddf57cc 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -57,7 +57,7 @@ MAN3= Bundle::HTML::Mason.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 50601 +.if ${PERL_LEVEL} <= 500601 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec .endif |