diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-06-21 13:57:04 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-06-21 13:57:04 +0800 |
commit | 30d194f7f94b5f67db0a9b289e052162bfd1b669 (patch) | |
tree | 39aa46147100ebf78c663acc7c7983935698c100 /mail | |
parent | 821cfe2f0a793b0e55417e02fa73da2999b95ce7 (diff) | |
download | freebsd-ports-gnome-30d194f7f94b5f67db0a9b289e052162bfd1b669.tar.gz freebsd-ports-gnome-30d194f7f94b5f67db0a9b289e052162bfd1b669.tar.zst freebsd-ports-gnome-30d194f7f94b5f67db0a9b289e052162bfd1b669.zip |
- Add dependency for saslauthd
Diffstat (limited to 'mail')
-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) |