summaryrefslogtreecommitdiff
path: root/mail/sqwebmail
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-06-29 20:28:55 +0000
committerjperkin <jperkin@pkgsrc.org>2017-06-29 20:28:55 +0000
commit9b6377c4dd1d310eb3da17eee56331a5fe7dc101 (patch)
tree80015b8c79d2b1623362f5637fa125fe1d37db07 /mail/sqwebmail
parent2cc629ab4b391b102583b1d8297fe0d4fbd97ff1 (diff)
downloadpkgsrc-9b6377c4dd1d310eb3da17eee56331a5fe7dc101.tar.gz
Explicitly disable ldap programs to avoid failures if ldap headers are
found on the build host.
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r--mail/sqwebmail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index 64e92a583a2..fd0af733438 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2016/07/09 06:38:32 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2017/06/29 20:28:55 jperkin Exp $
DISTNAME= sqwebmail-5.5.3
PKGREVISION= 7
@@ -66,6 +66,7 @@ CONFIGURE_ARGS+= --with-ispell="${PREFIX}/bin/ispell"
CONFIGURE_ARGS+= --with-mailer="${SENDMAIL} -oi -t"
CONFIGURE_ARGS+= --with-mailgroup=${COURIER_GROUP}
CONFIGURE_ARGS+= --with-piddir=${COURIER_STATEDIR}/tmp
+CONFIGURE_ARGS+= --without-ldapaddressbook --without-ldapaliasd
CONFIGURE_ENV+= GZIP=${TOOLS_PATH.gzip}
CONFIGURE_ENV+= GPG=${PREFIX}/bin/gpg