diff options
author | oliver <oliver@FreeBSD.org> | 2003-11-22 13:23:19 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-11-22 13:23:19 +0000 |
commit | 4b4d598178c87341e4c118bd8c7e0d7b18e734d0 (patch) | |
tree | 69b9b5c79318664f0bdb9d6debcae9cf48bdf4eb /mail/sqwebmail | |
parent | b288515dfb2dc16b712941090e58405b6e8a2ea3 (diff) | |
download | FreeBSD-ports-4b4d598178c87341e4c118bd8c7e0d7b18e734d0.zip FreeBSD-ports-4b4d598178c87341e4c118bd8c7e0d7b18e734d0.tar.gz |
utilize USE_OPENLDAP
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 7444759..4c218df 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" |