diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-22 16:27:08 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-22 16:27:08 +0000 |
commit | c10f314307a4e84ca4811cb03db549590b4c364a (patch) | |
tree | aefb02047d08a1e3c25a562330070cfdd71f0579 /mail/openwebmail | |
parent | beaeca88a88b0f7e641416a47008edd52290575c (diff) |
Notes
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index c06c377a13ef..4577256b54f3 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -62,12 +62,6 @@ WITH_SPEEDYCGI= yes .endif # exists(${PERL}) .endif # perl5.8 -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net -.endif - .if defined(WITH_LEARNSPAM) || defined(WITH_SPAMCHECK_ALL) WITH_SPAMCHECK= true .endif |