aboutsummaryrefslogtreecommitdiff
path: root/mail/libetpan/Makefile
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/Makefile
parenta81cc9dfe7ecde5b505e09623ced13c987c79b6f (diff)
downloadports-c1f05aadb07a7ccfc598be3b19c19a30e3eb5151.tar.gz
ports-c1f05aadb07a7ccfc598be3b19c19a30e3eb5151.zip
Fix dependency on cyrus-sasl2
PR: ports/84209 Submitted by: Anatoliy Borodin
Notes
Notes: svn path=/head/; revision=140293
Diffstat (limited to 'mail/libetpan/Makefile')
-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