From 69f954d5efc18056004dbc320ab9fea9fcfa1281 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 17 Nov 2003 19:28:33 +0000 Subject: Use USE_OPENLDAP instead of requiring LDAP explicitly. This fixes the build on bento. Reported by: bento via kris --- devel/pwlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/pwlib') diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 22af3c6ebbd6..ebc62aa72f53 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -17,8 +17,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= roger@freebsd.org COMMENT= A cross platform C++ library, used by OpenH323 -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ - ldap.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME} @@ -26,6 +25,7 @@ USE_BISON= yes USE_GMAKE= yes USE_AUTOCONF= yes +USE_OPENLDAP= yes WANT_AUTOCONF_VER= 253 CONFIGURE_ENV= OSRELEASE=${OSVERSION} ALL_TARGET= optnoshared -- cgit