From 48032fbbd7c8bd51028d0f2c540a3bdade7ea79a Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Sun, 31 Aug 2003 08:44:01 +0000 Subject: [PATCH] add ldap as a dependency to enable ldap support in pwlib --- devel/pwlib/Makefile | 4 +++- devel/pwlib152/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index aae17c1f7484..2e6335839c5b 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -7,6 +7,7 @@ PORTNAME= pwlib PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ @@ -16,7 +17,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= roger@freebsd.org COMMENT= A cross platform C++ library, used by OpenH323 -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ + ldap.2:${PORTSDIR}/net/openldap20-client WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/devel/pwlib152/Makefile b/devel/pwlib152/Makefile index aae17c1f7484..2e6335839c5b 100644 --- a/devel/pwlib152/Makefile +++ b/devel/pwlib152/Makefile @@ -7,6 +7,7 @@ PORTNAME= pwlib PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ @@ -16,7 +17,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= roger@freebsd.org COMMENT= A cross platform C++ library, used by OpenH323 -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ + ldap.2:${PORTSDIR}/net/openldap20-client WRKSRC= ${WRKDIR}/${PORTNAME}