summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Mason
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-12 10:13:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-12 10:13:15 +0000
commit99bc2241aec76cb5ab1ac035a856449836ff30d3 (patch)
tree1b6dec127afafeef114a6fbc42fbda3e79dde609 /www/p5-HTML-Mason
parentUse PERL_LEVEL < 500601 instead of PERL_VERSION and 5.8.x (diff)
PERL_LEVEL < 500601 instead of <=
Notes
Notes: svn path=/head/; revision=75361
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 ddf57cc2d99b..ad32400af114 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} <= 500601
+.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif