diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-21 09:44:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-21 09:44:35 +0000 |
commit | 6b537fc292f98e54f584a5db5715fa8b8488cd7e (patch) | |
tree | 5215ec6dab4522db051e3dc64903ddc95ec5a743 /www/auth_ldap/Makefile | |
parent | c8db76b9feee4aaa2dbbb413a7476f28d6c0a453 (diff) | |
download | ports-6b537fc292f98e54f584a5db5715fa8b8488cd7e.tar.gz ports-6b537fc292f98e54f584a5db5715fa8b8488cd7e.zip |
Notes
Diffstat (limited to 'www/auth_ldap/Makefile')
-rw-r--r-- | www/auth_ldap/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/auth_ldap/Makefile b/www/auth_ldap/Makefile index 0a5a6cf56042..5743ec08e864 100644 --- a/www/auth_ldap/Makefile +++ b/www/auth_ldap/Makefile @@ -8,13 +8,11 @@ PORTNAME= auth_ldap PORTVERSION= 1.6.0 PORTREVISION= 1 -CATEGORIES= www +CATEGORIES= www MASTER_SITES= http://www.rudedog.org/auth_ldap/ MAINTAINER= nik@FreeBSD.org -BROKEN= "Does not configure" - BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 LIB_DEPENDS= lber.2:${PORTSDIR}/net/openldap2 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 @@ -23,7 +21,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-llber" CONFIGURE_ARGS= --with-sdk-headers=${LOCALBASE}/include \ --with-sdk-libs=${LOCALBASE}/lib \ - --with-ldap-sdk=openldap + --with-ldap-sdk=openldap \ + --with-apxs=${APXS} USE_GMAKE= yes |