aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sqwebmail
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-11-22 21:23:19 +0800
committeroliver <oliver@FreeBSD.org>2003-11-22 21:23:19 +0800
commit4b4d598178c87341e4c118bd8c7e0d7b18e734d0 (patch)
tree69b9b5c79318664f0bdb9d6debcae9cf48bdf4eb /mail/sqwebmail
parentb288515dfb2dc16b712941090e58405b6e8a2ea3 (diff)
downloadfreebsd-ports-gnome-4b4d598178c87341e4c118bd8c7e0d7b18e734d0.tar.gz
freebsd-ports-gnome-4b4d598178c87341e4c118bd8c7e0d7b18e734d0.tar.zst
freebsd-ports-gnome-4b4d598178c87341e4c118bd8c7e0d7b18e734d0.zip
utilize USE_OPENLDAP
Diffstat (limited to 'mail/sqwebmail')
-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"