diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-02-15 00:16:04 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-02-15 00:16:04 +0000 |
commit | 0756f4438b3b315183e1aa680299f38a13204263 (patch) | |
tree | 69b8ba472c69c9381f4b5b7fc4bca784a95b7aa1 /net | |
parent | 2fd1de22eb020fcf5206bafc10ad699c71cc8da8 (diff) | |
download | ports-0756f4438b3b315183e1aa680299f38a13204263.tar.gz ports-0756f4438b3b315183e1aa680299f38a13204263.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/linphone-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index 45f25de337a5..6fcf25e513fb 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -7,7 +7,7 @@ PORTNAME= linphone PORTVERSION= 3.2.1 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 1 CATEGORIES?= net MASTER_SITES= SAVANNAH/${PORTNAME}/3.2.x/sources @@ -17,7 +17,7 @@ COMMENT= A web phone that supports SIP protocol LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm \ speex.1:${PORTSDIR}/audio/speex \ - eXosip2.6:${PORTSDIR}/net/libexosip2 + eXosip2.9:${PORTSDIR}/net/libexosip2 CONFLICTS= ortp-[0-9]* |