diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 10:29:38 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 10:29:38 +0000 |
commit | c5f5a1d39d301d868ffdc6087f9caed2aec85cfd (patch) | |
tree | 6c6af440896486471f6df0337f2552dd1859809a /net-im | |
parent | 6bf335212499b4da77733ef1857a0f5cf1325758 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kopete-kde4/Makefile | 6 | ||||
-rw-r--r-- | net-im/libjingle/Makefile | 13 |
2 files changed, 11 insertions, 8 deletions
diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile index 1856a08816dc..e315748abcac 100644 --- a/net-im/kopete-kde4/Makefile +++ b/net-im/kopete-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kopete PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -14,8 +14,8 @@ LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libqca.so:${PORTSDIR}/devel/qca \ libotr.so.5:${PORTSDIR}/security/libotr \ libgadu.so:${PORTSDIR}/polish/libgadu \ - libortp.so:${PORTSDIR}/net/linphone-base \ - libmediastreamer.so:${PORTSDIR}/net/linphone-base \ + libortp.so:${PORTSDIR}/net/ortp \ + libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer \ libspeex.so:${PORTSDIR}/audio/speex \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libmeanwhile.so:${PORTSDIR}/net-im/meanwhile \ diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile index 75080fd6a104..b5645ba4eb56 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -3,7 +3,7 @@ PORTNAME= libjingle PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF @@ -13,14 +13,17 @@ COMMENT= Google Talk's implementation of Jingle and Jingle-Audio LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= speex:${PORTSDIR}/audio/speex \ - ilbc:${PORTSDIR}/net/ilbc \ - ortp:${PORTSDIR}/net/linphone-base \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex \ + libilbc.so:${PORTSDIR}/net/ilbc \ + libortp.so:${PORTSDIR}/net/ortp \ + libexpat.so:${PORTSDIR}/textproc/expat2 CONFLICTS= krb4-[0-9]* krb5-[0-9]* heimdal-[0-9]* srp-[0-9]* \ clusterit-[0-9]* pcp-[0-9]* synce-librapi2-[0-9]* +DEPRECATED= Upstream defunct and broken with clang +EXPIRATION_DATE=2014-08-31 + USES= pkgconfig dos2unix gmake DOS2UNIX_FILES= README USE_GNOME= glib20 |