diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-03 07:49:10 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-03 07:49:10 +0000 |
commit | 3586510f36e32546da19cf263ac1043ae6fd6904 (patch) | |
tree | 4a4acdcbd91838bd6bbf6d0b1ec15257f4582796 /www/auth_ldap | |
parent | 260fe039dce6fd5c8e2126b1a349288b0181b86d (diff) | |
download | ports-3586510f36e32546da19cf263ac1043ae6fd6904.tar.gz ports-3586510f36e32546da19cf263ac1043ae6fd6904.zip |
Notes
Diffstat (limited to 'www/auth_ldap')
-rw-r--r-- | www/auth_ldap/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/auth_ldap/Makefile b/www/auth_ldap/Makefile index 7a93e2aaa232..e8918b98d419 100644 --- a/www/auth_ldap/Makefile +++ b/www/auth_ldap/Makefile @@ -14,8 +14,7 @@ MASTER_SITES= http://www.rudedog.org/auth_ldap/ MAINTAINER= ports@FreeBSD.org COMMENT= Apache module to authenticate against an LDAP directory -LIB_DEPENDS= lber.2:${PORTSDIR}/${LDAP_PORT} - +USE_OPENLDAP= yes USE_APACHE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-llber" @@ -25,8 +24,6 @@ CONFIGURE_ARGS= --with-sdk-headers=${LOCALBASE}/include \ --with-apxs=${APXS} USE_GMAKE= yes -LDAP_PORT?= net/openldap20-client - MAKE_ARGS+= APXS=${APXS} post-patch: |