diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-06-01 12:23:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-06-01 12:23:08 +0000 |
commit | e2be863d04ffb91cfcee56c0a0abc75c23dda1e2 (patch) | |
tree | d8664ffca21015db595f486a32edfb67b856d930 /net-im/telepathy-gabble | |
parent | 5df9af412a1739c50f713923c5ad5d2e3f83710c (diff) | |
download | ports-e2be863d04ffb91cfcee56c0a0abc75c23dda1e2.tar.gz ports-e2be863d04ffb91cfcee56c0a0abc75c23dda1e2.zip |
Notes
Diffstat (limited to 'net-im/telepathy-gabble')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 15 | ||||
-rw-r--r-- | net-im/telepathy-gabble/pkg-plist | 5 |
2 files changed, 9 insertions, 11 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index 9f641baa7a4e..165da2194710 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -3,6 +3,7 @@ PORTNAME= telepathy-gabble PORTVERSION= 0.16.6 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -11,18 +12,18 @@ COMMENT= Jabber Connection Manager for Telepathy Framework BUILD_DEPENDS= telepathy-glib>=0.18.0:${PORTSDIR}/net-im/telepathy-glib \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ - nice:${PORTSDIR}/net-im/libnice \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ - loudmouth-1:${PORTSDIR}/net-im/loudmouth +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libnice.so:${PORTSDIR}/net-im/libnice \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ + libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes -USES= pathfix pkgconfig gmake +USES= gmake libtool pathfix pkgconfig USE_GNOME= glib20 libxslt:build USE_SQLITE= yes USE_OPENSSL= yes diff --git a/net-im/telepathy-gabble/pkg-plist b/net-im/telepathy-gabble/pkg-plist index 17ba573ea1ba..ed4562873959 100644 --- a/net-im/telepathy-gabble/pkg-plist +++ b/net-im/telepathy-gabble/pkg-plist @@ -2,17 +2,14 @@ bin/telepathy-gabble-xmpp-console man/man8/telepathy-gabble.8.gz lib/telepathy/gabble-0/lib/libgabble-plugins-%%PVERSION%%.so lib/telepathy/gabble-0/lib/libgabble-plugins.a -lib/telepathy/gabble-0/lib/libgabble-plugins.la lib/telepathy/gabble-0/lib/libgabble-plugins.so lib/telepathy/gabble-0/lib/libwocky-telepathy-gabble-%%PVERSION%%.so lib/telepathy/gabble-0/lib/libwocky.a -lib/telepathy/gabble-0/lib/libwocky.la lib/telepathy/gabble-0/lib/libwocky.so -lib/telepathy/gabble-0/plugins/libconsole.la lib/telepathy/gabble-0/plugins/libconsole.so -lib/telepathy/gabble-0/plugins/libgateways.la lib/telepathy/gabble-0/plugins/libgateways.so libexec/telepathy-gabble +man/man8/telepathy-gabble.8.gz share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service %%DOCSDIR%%/muc-bytestream.html %%DOCSDIR%%/olpc.html |