summaryrefslogtreecommitdiff
path: root/devel/pwlib
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2003-08-31 08:44:01 +0000
committerRoger Hardiman <roger@FreeBSD.org>2003-08-31 08:44:01 +0000
commit48032fbbd7c8bd51028d0f2c540a3bdade7ea79a (patch)
treea38de29543c34a55063eacbf599e386bd1f1084a /devel/pwlib
parentUpdated to 0.42 (diff)
add ldap as a dependency to enable ldap support in pwlib
Notes
Notes: svn path=/head/; revision=88177
Diffstat (limited to 'devel/pwlib')
-rw-r--r--devel/pwlib/Makefile4
1 files changed, 3 insertions, 1 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}