diff options
author | eik <eik@FreeBSD.org> | 2004-03-03 15:49:10 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-03 15:49:10 +0800 |
commit | cf62d423da1cda1ea20f89e2f67d7e9f0720bcb5 (patch) | |
tree | 52b86c3fe85901d1612165dc73e2c90b9bde765a /www/auth_ldap | |
parent | 6f3ff35431d0b55544db9acb3420d455dd2dd336 (diff) | |
download | freebsd-ports-gnome-cf62d423da1cda1ea20f89e2f67d7e9f0720bcb5.tar.gz freebsd-ports-gnome-cf62d423da1cda1ea20f89e2f67d7e9f0720bcb5.tar.zst freebsd-ports-gnome-cf62d423da1cda1ea20f89e2f67d7e9f0720bcb5.zip |
- USE_OPENLDAP
PR: 62920
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
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: |