diff options
author | oliver <oliver@FreeBSD.org> | 2003-11-22 21:23:19 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-11-22 21:23:19 +0800 |
commit | 4b4d598178c87341e4c118bd8c7e0d7b18e734d0 (patch) | |
tree | 69b9b5c79318664f0bdb9d6debcae9cf48bdf4eb /mail/sqwebmail | |
parent | b288515dfb2dc16b712941090e58405b6e8a2ea3 (diff) | |
download | freebsd-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/Makefile | 2 |
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" |