summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-farstream/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-27 22:01:16 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-27 22:01:16 +0800
commit590dc662c2739ffbb6544707a648d49b3535eb9b (patch)
tree00fd08c9b3ab9846e58b4dac44e9fbb5d26ef36f /net-im/telepathy-farstream/Makefile
parent751da400cdbe0e6d0f945e659b786479499fea4c (diff)
downloadmarcuscom-ports-590dc662c2739ffbb6544707a648d49b3535eb9b.tar
marcuscom-ports-590dc662c2739ffbb6544707a648d49b3535eb9b.tar.gz
marcuscom-ports-590dc662c2739ffbb6544707a648d49b3535eb9b.tar.bz2
marcuscom-ports-590dc662c2739ffbb6544707a648d49b3535eb9b.tar.lz
marcuscom-ports-590dc662c2739ffbb6544707a648d49b3535eb9b.tar.xz
marcuscom-ports-590dc662c2739ffbb6544707a648d49b3535eb9b.tar.zst
marcuscom-ports-590dc662c2739ffbb6544707a648d49b3535eb9b.zip
Update to 0.6.0.
Submitted by: Gustau Perez git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18506 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-farstream/Makefile')
-rw-r--r--net-im/telepathy-farstream/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/net-im/telepathy-farstream/Makefile b/net-im/telepathy-farstream/Makefile
index 58869f7b5..76e521e66 100644
--- a/net-im/telepathy-farstream/Makefile
+++ b/net-im/telepathy-farstream/Makefile
@@ -3,7 +3,7 @@
# $MCom
PORTNAME= telepathy-farstream
-PORTVERSION= 0.4.0
+PORTVERSION= 0.6.0
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
@@ -11,8 +11,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Farstream Connection Manager for Telepathy Framework
LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
- farstream-0.1:${PORTSDIR}/net-im/farstream
+ telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \
+ farstream-0.2:${PORTSDIR}/net-im/farstream
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -20,8 +20,13 @@ USE_LDCONFIG= yes
USE_PYTHON= yes
USE_AUTOTOOLS= libtool
USES= pathfix pkgconfig
-USE_GNOME= glib20 ltverhack libxslt:build
+USE_GNOME= glib20 libxslt:build ltverhack
+CONFIGURE_ENV= LIBS="-pthread"
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -pthread
+LDFLAGS+= -L${LOCALBASE}/lib
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \
+ ${WRKSRC}/telepathy-farstream/Makefile.in
.include <bsd.port.mk>