summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Mason
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 10:37:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 10:37:48 +0000
commit98cfe75326a8be8277f4a2f5728f3c1d38b2b2f3 (patch)
treeb243166f7b37c7a281288aa8ee7b706dff86e497 /www/p5-HTML-Mason
parentwww/p5-Bundle-Slash: p5-File-Spec should only be used if perl < 5.8 (diff)
Fix digit to compare against.
Notes
Notes: svn path=/head/; revision=74828
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r--www/p5-HTML-Mason/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile
index ab46c658bd36..ddf57cc2d99b 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