diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-28 15:59:03 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-28 15:59:03 +0000 |
commit | 94bc316a226111f06eca7a20a2230a664582a07a (patch) | |
tree | 9732bf3ab69282a4e0aa1c85ccfa6502d0c310f5 /mail/razor-agents | |
parent | Update to 3.05 (diff) |
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/Makefile | 2 |
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 |