diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 02:26:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 02:26:55 +0000 |
commit | f71e42907968a943a487a706769c1e40b0bac763 (patch) | |
tree | be2af8add66fe5e1ce694fa8b4ec5da15630db07 /mail/sqwebmail | |
parent | change subdir for net/openldap -> net/openldap12 (diff) |
Point dependencies on net/openldap to net/openldap12
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 dacaa0f8a33a..3d89a8a26e73 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -77,7 +77,7 @@ CONFIGURE_ARGS+= --with-cachedir=${CACHEDIR} \ .endif .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap +LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 CONFIGURE_ARGS+= --with-authldap CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" |