diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:10:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:10:09 +0000 |
commit | 5c64b5a4911718fa81c0be3e3aad5da37630a2dc (patch) | |
tree | 00fcf0fa616ca872f96b192c443509a356ced8c0 /mail/courier | |
parent | 72fedb70a9074e30f94495fc051cf2771a93b3f0 (diff) | |
download | ports-5c64b5a4911718fa81c0be3e3aad5da37630a2dc.tar.gz ports-5c64b5a4911718fa81c0be3e3aad5da37630a2dc.zip |
Notes
Diffstat (limited to 'mail/courier')
-rw-r--r-- | mail/courier/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile index 238351de9a2f..56092eda226c 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \ ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \ ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \ - ${SITE_PERL}/Net/CIDR.pm:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ + p5-Net-CIDR>=0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ ca_root_nss>=3.*:${PORTSDIR}/security/ca_root_nss CONFLICTS= courier-imap-2.* couriermlm-0.* \ |