From 1b069d8c3f51b7aa4bcd726c5a2b781267becd78 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 13 May 2001 07:26:10 +0000 Subject: - Changed dependency of cyrus-sasl to lib-depends, user package will register this now. --- mail/sendmail-old/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/sendmail-old') diff --git a/mail/sendmail-old/Makefile b/mail/sendmail-old/Makefile index b166cdcc31db..1dd194ef72ca 100644 --- a/mail/sendmail-old/Makefile +++ b/mail/sendmail-old/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 -- cgit