aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-04-06 11:51:22 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-04-06 11:51:22 +0000
commit697b95bd0630253e9d1ed4e958c266ae6489b956 (patch)
tree795fb86b3b0ed35775006798a7d952e2400017ff /mail/qmail/Makefile
parent4be8a8eb3dffa6956c2b4038e3a54e80b3c0e554 (diff)
downloadports-697b95bd0630253e9d1ed4e958c266ae6489b956.tar.gz
ports-697b95bd0630253e9d1ed4e958c266ae6489b956.zip
Notes
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r--mail/qmail/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index b3ea145827cc..81c2a1db1ae0 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -311,7 +311,11 @@ NO_MTREE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900007
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx
+. if defined(SLAVE_LDAP)
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx-ldap
+. else
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx
+. endif
.endif
.if defined(SLAVE_TLS)