diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-21 05:57:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-21 05:57:04 +0000 |
commit | b442bb48c53c54c8f8e36eb4a296e947cbd924a6 (patch) | |
tree | b2d7bb70541f7d54a435d16fb4e37393361a7b6d | |
parent | 05f1129c6433fcbce033876dd82b964bc1fe6989 (diff) |
Notes
-rw-r--r-- | mail/sendmail/Makefile | 1 | ||||
-rw-r--r-- | mail/sendmail812/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 35e6ebdeb35c..a76ef0a65e8f 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -57,6 +57,7 @@ PKGNAMESUFFIX?= -sasl .endif .if defined(SENDMAIL_WITH_SASL2) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +RUN_DEPENDS+= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd PKGNAMESUFFIX?= -sasl2 .endif .if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index 35e6ebdeb35c..a76ef0a65e8f 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -57,6 +57,7 @@ PKGNAMESUFFIX?= -sasl .endif .if defined(SENDMAIL_WITH_SASL2) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +RUN_DEPENDS+= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd PKGNAMESUFFIX?= -sasl2 .endif .if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) |