diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-05-13 07:26:10 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-05-13 07:26:10 +0000 |
commit | 1b069d8c3f51b7aa4bcd726c5a2b781267becd78 (patch) | |
tree | e029fc8525f2aba3940360ad6b02bd2f8db1f64c /mail/sendmail | |
parent | 2189f9c97e0c9e1971caa96e8c459e03584013bc (diff) | |
download | FreeBSD-ports-1b069d8c3f51b7aa4bcd726c5a2b781267becd78.zip FreeBSD-ports-1b069d8c3f51b7aa4bcd726c5a2b781267becd78.tar.gz |
- Changed dependency of cyrus-sasl to lib-depends,
user package will register this now.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index b166cdc..1dd194e 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -33,10 +33,10 @@ PLIST= ${WRKDIR}/.PLIST.more USE_OPENSSL= yes .endif .if defined(SENDMAIL_WITH_SASL) -BUILD_DEPENDS= ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl +LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl .endif .if defined(SENDMAIL_WITH_SFIO) -BUILD_DEPENDS= ${LOCALBASE}/lib/libsfio.a:${PORTSDIR}/devel/sfio +BUILD_DEPENDS+= ${LOCALBASE}/lib/libsfio.a:${PORTSDIR}/devel/sfio .endif .if defined(SENDMAIL_WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 |