diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2003-08-31 08:44:01 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2003-08-31 08:44:01 +0000 |
commit | 48032fbbd7c8bd51028d0f2c540a3bdade7ea79a (patch) | |
tree | a38de29543c34a55063eacbf599e386bd1f1084a /devel/pwlib | |
parent | 3eee8990329e0a4fa5a2a1a31618aa556a0b1aef (diff) | |
download | ports-48032fbbd7c8bd51028d0f2c540a3bdade7ea79a.tar.gz ports-48032fbbd7c8bd51028d0f2c540a3bdade7ea79a.zip |
Notes
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 4 |
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} |