From 0ecbab85106059378c552157c754851e29b81c67 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke 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 --- net/openh323-112/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/openh323-112') diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index 22a23a779a07..75c6211a5c42 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/Makefile @@ -19,8 +19,7 @@ COMMENT= A H323 Video Conferencing library BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib:build -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ - ldap.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 .include .if ${OSVERSION} < 500000 @@ -39,6 +38,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BISON= yes USE_GMAKE= yes +USE_OPENLDAP= yes USE_AUTOCONF= yes WANT_AUTOCONF_VER= 253 GNU_CONFIGURE= yes -- cgit v1.2.3