aboutsummaryrefslogtreecommitdiff
path: root/mail/razor-agents
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-10-28 15:59:03 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-10-28 15:59:03 +0000
commit94bc316a226111f06eca7a20a2230a664582a07a (patch)
tree9732bf3ab69282a4e0aa1c85ccfa6502d0c310f5 /mail/razor-agents
parent933388a1a9c57b455eb7c50ebfd8b06139583605 (diff)
downloadports-94bc316a226111f06eca7a20a2230a664582a07a.tar.gz
ports-94bc316a226111f06eca7a20a2230a664582a07a.zip
fix incorrect PERL_LEVEL check
PR: 58636 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Notes
Notes: svn path=/head/; revision=92462
Diffstat (limited to 'mail/razor-agents')
-rw-r--r--mail/razor-agents/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile
index 468bae4f6336..88af57b28d8a 100644
--- a/mail/razor-agents/Makefile
+++ b/mail/razor-agents/Makefile
@@ -38,7 +38,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 580000
+.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif