diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-07-28 07:57:37 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-07-28 07:57:37 +0000 |
commit | c1f05aadb07a7ccfc598be3b19c19a30e3eb5151 (patch) | |
tree | c38cea11078e1ba7ce53ed87102177847b1aa795 /mail/libetpan | |
parent | a81cc9dfe7ecde5b505e09623ced13c987c79b6f (diff) | |
download | ports-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')
-rw-r--r-- | mail/libetpan/Makefile | 2 |
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 |