summaryrefslogtreecommitdiff
path: root/mail/sendmail/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-03 09:39:52 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-03 09:39:52 +0000
commitb93365fafaf69b6adcafe3f277f1408025b8dcb2 (patch)
treebb8cbc1205652d176f37d616fe1967eff9894d2b /mail/sendmail/Makefile
parentReflect the renaming of authdaemond.sh (PR) to sqwebmail-authdaemond.sh (CVS) (diff)
- Fix broken PATH on sparc64 portcluster.
don't depend on funtion "depends on executable" in bsd.port.mk.
Notes
Notes: svn path=/head/; revision=86220
Diffstat (limited to '')
-rw-r--r--mail/sendmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index a76ef0a65e8f..7739087b3e01 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -57,7 +57,7 @@ PKGNAMESUFFIX?= -sasl
.endif
.if defined(SENDMAIL_WITH_SASL2)
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
-RUN_DEPENDS+= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
+RUN_DEPENDS+= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
PKGNAMESUFFIX?= -sasl2
.endif
.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS)