diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-17 19:28:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-17 19:28:33 +0000 |
commit | 0ecbab85106059378c552157c754851e29b81c67 (patch) | |
tree | f9a6e241a39e076ac496baf91b4a135f68aedd6f /devel/pwlib | |
parent | deed15a2fc4e3a6980b3e3a99b9a98e0d012bf0b (diff) | |
download | ports-0ecbab85106059378c552157c754851e29b81c67.tar.gz ports-0ecbab85106059378c552157c754851e29b81c67.zip |
Notes
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |