summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-21 09:44:35 +0000
committeredwin <edwin@FreeBSD.org>2002-11-21 09:44:35 +0000
commit4722430a5955a116173667444b12e7dc2a774019 (patch)
tree59f48fe8829ef4fa9ec9984930ce9b8a42a25e2b /www
parentc0dcfcc86204fda0556a510f0ce57678e4a5672a (diff)
downloadFreeBSD-ports-4722430a5955a116173667444b12e7dc2a774019.zip
FreeBSD-ports-4722430a5955a116173667444b12e7dc2a774019.tar.gz
Make www/auth_ldap compiling under -current again.
Noticed on: bento
Diffstat (limited to 'www')
-rw-r--r--www/auth_ldap/Makefile7
-rw-r--r--www/auth_ldap/pkg-comment2
2 files changed, 4 insertions, 5 deletions
diff --git a/www/auth_ldap/Makefile b/www/auth_ldap/Makefile
index 0a5a6cf..5743ec0 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
diff --git a/www/auth_ldap/pkg-comment b/www/auth_ldap/pkg-comment
index 0ca571c..5125090 100644
--- a/www/auth_ldap/pkg-comment
+++ b/www/auth_ldap/pkg-comment
@@ -1 +1 @@
-Apache module to authenticate against an LDAP directory.
+Apache module to authenticate against an LDAP directory
OpenPOWER on IntegriCloud