summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-glib/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-18 19:36:04 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-18 19:36:04 +0800
commitd3f3c9121dac480e369d65435a9be5e733523c26 (patch)
tree596380840874bad850717d976552e361f84ac8ae /net-im/telepathy-glib/Makefile
parent312ee3c050bf5a792ac2546c15809a2d6ba5f995 (diff)
downloadmarcuscom-ports-d3f3c9121dac480e369d65435a9be5e733523c26.tar
marcuscom-ports-d3f3c9121dac480e369d65435a9be5e733523c26.tar.gz
marcuscom-ports-d3f3c9121dac480e369d65435a9be5e733523c26.tar.bz2
marcuscom-ports-d3f3c9121dac480e369d65435a9be5e733523c26.tar.lz
marcuscom-ports-d3f3c9121dac480e369d65435a9be5e733523c26.tar.xz
marcuscom-ports-d3f3c9121dac480e369d65435a9be5e733523c26.tar.zst
marcuscom-ports-d3f3c9121dac480e369d65435a9be5e733523c26.zip
Update to 0.11.13.
Enable experimental vala bindings. This pulls in vala-vapigen though. But it is needed for folks which in turn is needed by empathy. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14440 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r--net-im/telepathy-glib/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile
index 388265c6d..730f50818 100644
--- a/net-im/telepathy-glib/Makefile
+++ b/net-im/telepathy-glib/Makefile
@@ -3,10 +3,10 @@
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/telepathy-glib/Makefile,v 1.10 2010/07/07 14:11:30 kwm Exp $
+# $MCom: ports/net-im/telepathy-glib/Makefile,v 1.11 2010/08/06 11:19:46 avl Exp $
PORTNAME= telepathy-glib
-PORTVERSION= 0.11.11
+PORTVERSION= 0.11.13
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
@@ -17,10 +17,12 @@ LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
+ vapigen-0.10:${PORTSDIR}/lang/vala-vapigen \
g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
-RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
+RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \
+ vapigen-0.10:${PORTSDIR}/lang/vala-vapigen
USE_AUTOTOOLS= libtool:22
USE_GMAKE= yes
@@ -28,9 +30,12 @@ USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig glib20 ltverhack
USE_PYTHON_BUILD= yes
MAKE_JOBS_UNSAFE= yes
+CONFIGURE_ARGS= --enable-vala-bindings
post-patch:
@${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/telepathy-glib/Makefile.in
+ @${REINPLACE_CMD} -e 's|datarootdir)/vala/vapi|datarootdir)/vala-0.10/vapi|g' \
+ ${WRKSRC}/vala/Makefile.in
.include <bsd.port.mk>