summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-06-29 20:28:55 +0000
committerjperkin <jperkin>2017-06-29 20:28:55 +0000
commit9e6ad7141e60a175281c3dbd25e309a8e5b4c057 (patch)
treecfbb5e0b8251dd73167b9964b09c92f42dc118e0
parent03b9e640a18229c7e433d5749e45d7a1fb040256 (diff)
downloadpkgsrc-9e6ad7141e60a175281c3dbd25e309a8e5b4c057.tar.gz
Explicitly disable ldap programs to avoid failures if ldap headers are
found on the build host.
-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