diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-im/telepathy-farsight | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net-im/telepathy-farsight')
-rw-r--r-- | net-im/telepathy-farsight/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/telepathy-farsight/Makefile b/net-im/telepathy-farsight/Makefile index 06c462f9e4b7..68c442b06c8e 100644 --- a/net-im/telepathy-farsight/Makefile +++ b/net-im/telepathy-farsight/Makefile @@ -11,9 +11,9 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Farsight Connection Manager for Telepathy Framework -LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ - libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2 +LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ + libtelepathy-glib.so:net-im/telepathy-glib \ + libgstfarsight-0.10.so:net-im/farsight2 GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig python |