diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-11-22 21:23:19 +0800 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-11-22 21:23:19 +0800 |
commit | 14c03112ec888a3c27e4bd8f32d3274dd65d3310 (patch) | |
tree | 4c60edd4a825eaabaf98b5c84fc0561e454d280a /mail | |
parent | 19ebc18c752f6b62291b934a06ffb273e39aebec (diff) | |
download | freebsd-ports-gnome-14c03112ec888a3c27e4bd8f32d3274dd65d3310.tar.gz freebsd-ports-gnome-14c03112ec888a3c27e4bd8f32d3274dd65d3310.tar.zst freebsd-ports-gnome-14c03112ec888a3c27e4bd8f32d3274dd65d3310.zip |
utilize USE_OPENLDAP
Diffstat (limited to 'mail')
-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" |