diff options
author | taca <taca@pkgsrc.org> | 2002-09-11 15:50:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-09-11 15:50:58 +0000 |
commit | 3de0ba1c05c5b396ca3afa2815919b28126fdbed (patch) | |
tree | bb5ec60292bc134149fdb594c77563bc7a6fb7da /mail/postfix | |
parent | 3e7767d385b13ecb500a9f345182350a29b6ab8b (diff) | |
download | pkgsrc-3de0ba1c05c5b396ca3afa2815919b28126fdbed.tar.gz |
Depends on cyrus-sasl with its version.
(Postfix's document claims it works with cyrus-sasl 1.5.5 at least.)
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index d01f663d41b..cc8217ab1a1 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2002/07/22 10:39:26 martti Exp $ +# $NetBSD: Makefile,v 1.68 2002/09/11 15:50:58 taca Exp $ DISTNAME= postfix-1.1.11 PKGREVISION= 1 @@ -48,7 +48,7 @@ BUILD_DEFS+= POSTFIX_USE_MYSQL .endif .if defined(USE_SASL) && ${USE_SASL} == "YES" -DEPENDS+= cyrus-sasl:../../security/cyrus-sasl +DEPENDS+= cyrus-sasl>=1.5.5:../../security/cyrus-sasl CCARGS+= -DUSE_SASL_AUTH AUXLIBS+= -lsasl PLIST_SRC+= ${WRKDIR}/PLIST.sasl |