diff options
author | nik <nik@FreeBSD.org> | 2002-04-07 23:49:31 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2002-04-07 23:49:31 +0800 |
commit | e9b15ec4c4e2d553fe319a422a78f63c68c50761 (patch) | |
tree | 516ae8bf4981350530bb80ba2c5f71b976a9bcdd /www/auth_ldap | |
parent | 49f7ffe1926bd6ec79a32f7c90c6997253146e31 (diff) | |
download | freebsd-ports-gnome-e9b15ec4c4e2d553fe319a422a78f63c68c50761.tar.gz freebsd-ports-gnome-e9b15ec4c4e2d553fe319a422a78f63c68c50761.tar.zst freebsd-ports-gnome-e9b15ec4c4e2d553fe319a422a78f63c68c50761.zip |
Make sure it links with liblber. Remove BROKEN, and bump PORTREVISION.
Submitted by: Robin P. Blanchard" <Robin_Blanchard@georgiacenter.org>
Diffstat (limited to 'www/auth_ldap')
-rw-r--r-- | www/auth_ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/auth_ldap/Makefile b/www/auth_ldap/Makefile index b6e6c1a7ad32..a559dcc0569b 100644 --- a/www/auth_ldap/Makefile +++ b/www/auth_ldap/Makefile @@ -7,18 +7,18 @@ PORTNAME= auth_ldap PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.rudedog.org/auth_ldap/ MAINTAINER= nik@FreeBSD.org -BROKEN= "Looks like a missing dependency" - BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 LIB_DEPENDS= lber.2:${PORTSDIR}/net/openldap2 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 GNU_CONFIGURE= yes +CONFIGURE_ENV+= LIBS="-llber" CONFIGURE_ARGS= --with-sdk-headers=${LOCALBASE}/include \ --with-sdk-libs=${LOCALBASE}/lib \ --with-ldap-sdk=openldap |