summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-11-22 13:23:19 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-11-22 13:23:19 +0000
commit14c03112ec888a3c27e4bd8f32d3274dd65d3310 (patch)
tree4c60edd4a825eaabaf98b5c84fc0561e454d280a /mail
parentMark as broken on 5.x. The assumptions that the Makefiles make here, (diff)
utilize USE_OPENLDAP
Notes
Notes: svn path=/head/; revision=94707
Diffstat (limited to 'mail')
-rw-r--r--mail/sqwebmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index 7444759bff9f..4c218dffb41b 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -96,7 +96,7 @@ PLIST_SUB+= AUTHDFLAG="@comment "
.endif
.if defined(WITH_LDAP)
-LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
+USE_OPENLDAP= YES
CONFIGURE_ARGS+= --with-authldap
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"