diff options
author | avilla <avilla@FreeBSD.org> | 2011-11-24 03:41:23 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2011-11-24 03:41:23 +0800 |
commit | fcb43ca91fbd0ca03157ab617629ca43fa3f1258 (patch) | |
tree | c960cb6f5c8bf8a6f5fe55406593f2403511bbc3 /net-im/libjingle/Makefile | |
parent | 7aef6fead94ab16f055e0bb870fb7191c0d2c095 (diff) | |
download | freebsd-ports-gnome-fcb43ca91fbd0ca03157ab617629ca43fa3f1258.tar.gz freebsd-ports-gnome-fcb43ca91fbd0ca03157ab617629ca43fa3f1258.tar.zst freebsd-ports-gnome-fcb43ca91fbd0ca03157ab617629ca43fa3f1258.zip |
- Switch dependency from net-im/ortp to net-im/linphone-base.
- Bump PORTREVISION.
- Add instructions to UPDATING.
Feature safe: yes
Diffstat (limited to 'net-im/libjingle/Makefile')
-rw-r--r-- | net-im/libjingle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile index b0570f008996..7b28814f94b4 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -7,6 +7,7 @@ PORTNAME= libjingle PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF @@ -16,7 +17,7 @@ COMMENT= Google Talk's implementation of Jingle and Jingle-Audio BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ ilbc.0:${PORTSDIR}/net/ilbc \ - ortp.5:${PORTSDIR}/net/ortp \ + ortp.8:${PORTSDIR}/net/linphone-base \ expat.6:${PORTSDIR}/textproc/expat2 CONFLICTS= krb4-[0-9]* krb5-[0-9]* heimdal-[0-9]* srp-[0-9]* \ |