diff options
Diffstat (limited to 'net/openh323-112/Makefile')
-rw-r--r-- | net/openh323-112/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index a1fea770645d..fc1a7698a483 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/Makefile @@ -6,19 +6,17 @@ # PORTNAME= openh323 -PORTVERSION= 1.9.10 -PORTREVISION= 2 +PORTVERSION= 1.11.2 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.gnomemeeting.org/downloads/0.94.1/sources/ -DISTFILES= openh323_1.9.10.tar.gz \ - pwlib_1.3.11.tar.gz +DISTFILES= openh323_1.11.2.tar.gz \ + pwlib_1.4.7.tar.gz MAINTAINER= roger@freebsd.org -LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex \ - expat.4:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 |