diff options
Diffstat (limited to 'net-im/telepathy-farsight/Makefile')
-rw-r--r-- | net-im/telepathy-farsight/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/telepathy-farsight/Makefile b/net-im/telepathy-farsight/Makefile index 74163ccc1..72c82eac0 100644 --- a/net-im/telepathy-farsight/Makefile +++ b/net-im/telepathy-farsight/Makefile @@ -10,10 +10,11 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Farsight Connection Manager for Telepathy Framework -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \ - gstfarsight-0.10:${PORTSDIR}/net-im/farsight2 +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 +NO_STAGE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_PYTHON= yes |