diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-14 18:00:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-14 18:00:01 +0000 |
commit | 284c0308889f012d42cfe8a3ef804bf923904a22 (patch) | |
tree | 0e8b85987f48f847c2ef989cbf350b13f076e039 /www/auth_ldap | |
parent | 8e29f3aaf6a65b071082072417707ab1f1598a74 (diff) | |
download | ports-284c0308889f012d42cfe8a3ef804bf923904a22.tar.gz ports-284c0308889f012d42cfe8a3ef804bf923904a22.zip |
Notes
Diffstat (limited to 'www/auth_ldap')
-rw-r--r-- | www/auth_ldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/auth_ldap/Makefile b/www/auth_ldap/Makefile index 6ebb58493bae..39104ab452fc 100644 --- a/www/auth_ldap/Makefile +++ b/www/auth_ldap/Makefile @@ -15,20 +15,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Apache module to authenticate against an LDAP directory BUILD_DEPENDS= ${APXS}:${APACHE_PORT} -LIB_DEPENDS= lber.2:${PORTSDIR}/net/openldap20 +LIB_DEPENDS= lber.2:${PORTSDIR}/${LDAP_PORT} RUN_DEPENDS= ${APXS}:${APACHE_PORT} GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-llber" -CONFIGURE_ARGS= --with-sdk-headers=${LOCALBASE}/include \ +CONFIGURE_ARGS= --with-sdk-headers=${LOCALBASE}/include \ --with-sdk-libs=${LOCALBASE}/lib \ --with-ldap-sdk=openldap \ --with-apxs=${APXS} - USE_GMAKE= yes APXS?= ${LOCALBASE}/sbin/apxs APACHE_PORT?= ${PORTSDIR}/www/apache13 +LDAP_PORT?= net/openldap20-client MAKE_ARGS+= APXS=${APXS} |