aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail-old/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-05-13 07:26:10 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-05-13 07:26:10 +0000
commit77c5bc1b6ffd2e7e65252d88ec599b03cc06697e (patch)
treeecbaab701e4a35494ff17e1603a6bc1a5d2760a5 /mail/sendmail-old/Makefile
parent644a4ebe1d8791c61483476c72a4f2c222f2d455 (diff)
downloadports-77c5bc1b6ffd2e7e65252d88ec599b03cc06697e.tar.gz
ports-77c5bc1b6ffd2e7e65252d88ec599b03cc06697e.zip
Notes
Diffstat (limited to 'mail/sendmail-old/Makefile')
-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