summaryrefslogtreecommitdiff
path: root/mail/libetpan
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-07-28 07:57:37 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-07-28 07:57:37 +0000
commitc1f05aadb07a7ccfc598be3b19c19a30e3eb5151 (patch)
treec38cea11078e1ba7ce53ed87102177847b1aa795 /mail/libetpan
parent- Add support for FreeBSD 7 (diff)
Fix dependency on cyrus-sasl2
PR: ports/84209 Submitted by: Anatoliy Borodin
Notes
Notes: svn path=/head/; revision=140293
Diffstat (limited to 'mail/libetpan')
-rw-r--r--mail/libetpan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile
index f88dcaf9fd55..b19e507d8ee3 100644
--- a/mail/libetpan/Makefile
+++ b/mail/libetpan/Makefile
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --without-gnutls
.endif
.if defined(WITH_SASL)
-LIB_DEPENDS+= sasl2.2:${PORTSDIR}/mail/cyrus-sasl2
+LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
.else
CONFIGURE_ARGS+= --without-sasl
.endif