diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2018-08-27 13:05:13 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2018-08-27 13:05:13 +0000 |
commit | 6b35fb9c3fc8c5ae39982bd01e569c408a908c16 (patch) | |
tree | de3d51c3c35fe6f5677c5c053bac64b0d524bed0 /net/remmina-plugin-telepathy | |
parent | d6d12f486f0a810b795618e716049377a82c0d87 (diff) |
Notes
Diffstat (limited to 'net/remmina-plugin-telepathy')
-rw-r--r-- | net/remmina-plugin-telepathy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/remmina-plugin-telepathy/Makefile b/net/remmina-plugin-telepathy/Makefile index 5b9490dc2427..2a68701a58aa 100644 --- a/net/remmina-plugin-telepathy/Makefile +++ b/net/remmina-plugin-telepathy/Makefile @@ -1,13 +1,14 @@ # Created by: Alexander Logvinov <avl@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 PKGNAMESUFFIX= -telepathy COMMENT= Remmina plugin for Telepathy support USE_GNOME+= cairo gtk30 -LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib \ + libtelepathy-glib.so:net-im/telepathy-glib MASTERDIR= ${.CURDIR}/../remmina-plugins |