aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sendmail-old
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-05-13 15:26:10 +0800
committerdinoex <dinoex@FreeBSD.org>2001-05-13 15:26:10 +0800
commit1b069d8c3f51b7aa4bcd726c5a2b781267becd78 (patch)
treee029fc8525f2aba3940360ad6b02bd2f8db1f64c /mail/sendmail-old
parent2189f9c97e0c9e1971caa96e8c459e03584013bc (diff)
downloadfreebsd-ports-gnome-1b069d8c3f51b7aa4bcd726c5a2b781267becd78.tar.gz
freebsd-ports-gnome-1b069d8c3f51b7aa4bcd726c5a2b781267becd78.tar.zst
freebsd-ports-gnome-1b069d8c3f51b7aa4bcd726c5a2b781267becd78.zip
- Changed dependency of cyrus-sasl to lib-depends,
user package will register this now.
Diffstat (limited to 'mail/sendmail-old')
-rw-r--r--mail/sendmail-old/Makefile4
1 files changed, 2 insertions, 2 deletions
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