summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-03-03 07:49:10 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-03-03 07:49:10 +0000
commit3586510f36e32546da19cf263ac1043ae6fd6904 (patch)
tree4a4acdcbd91838bd6bbf6d0b1ec15257f4582796 /www
parent- USE_OPENLDAP (diff)
- USE_OPENLDAP
PR: 62920 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Notes
Notes: svn path=/head/; revision=102790
Diffstat (limited to 'www')
-rw-r--r--www/auth_ldap/Makefile5
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: