summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-farstream/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
commitd9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch)
tree0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /net-im/telepathy-farstream/Makefile
parent7c7d7065529de83ad11e25e81432355d363a367e (diff)
downloadmarcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-farstream/Makefile')
-rw-r--r--net-im/telepathy-farstream/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/telepathy-farstream/Makefile b/net-im/telepathy-farstream/Makefile
index eb47497de..4addd49a7 100644
--- a/net-im/telepathy-farstream/Makefile
+++ b/net-im/telepathy-farstream/Makefile
@@ -11,10 +11,11 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Farstream Connection Manager for Telepathy Framework
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
-LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \
- farstream-0.2:${PORTSDIR}/net-im/farstream
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
+ libfarstream-0.2.so:${PORTSDIR}/net-im/farstream
+NO_STAGE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PYTHON= yes