summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-glib/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-19 04:56:00 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-19 04:56:00 +0800
commit321df89a528a05e72336000d46f455a37b90309d (patch)
tree634c3523c01a9146bb70d2dd9666694991afda19 /net-im/telepathy-glib/Makefile
parentbbc7a423a1d13825abaef6c56b70729fd441fefc (diff)
downloadmarcuscom-ports-321df89a528a05e72336000d46f455a37b90309d.tar
marcuscom-ports-321df89a528a05e72336000d46f455a37b90309d.tar.gz
marcuscom-ports-321df89a528a05e72336000d46f455a37b90309d.tar.bz2
marcuscom-ports-321df89a528a05e72336000d46f455a37b90309d.tar.lz
marcuscom-ports-321df89a528a05e72336000d46f455a37b90309d.tar.xz
marcuscom-ports-321df89a528a05e72336000d46f455a37b90309d.tar.zst
marcuscom-ports-321df89a528a05e72336000d46f455a37b90309d.zip
Update to 0.16.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16468 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r--net-im/telepathy-glib/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile
index 2e24ab66b..368900d13 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.31 2011/09/15 19:13:36 kwm Exp $
+# $MCom: ports/net-im/telepathy-glib/Makefile,v 1.32 2011/10/04 16:28:51 kwm Exp $
PORTNAME= telepathy-glib
-PORTVERSION= 0.15.7
+PORTVERSION= 0.16.0
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
@@ -17,7 +17,7 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
vala-vapigen>=0.13.4:${PORTSDIR}/lang/vala-vapigen \
g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS+= vapigen:${PORTSDIR}/lang/vala-vapigen
+RUN_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
@@ -25,10 +25,14 @@ USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig glib20 ltverhack
USE_PYTHON_BUILD= yes
MAKE_JOBS_UNSAFE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-vala-bindings
post-patch:
@${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/telepathy-glib/Makefile.in
+# @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
+# ${WRKSRC}/m4/*.m4 ${WRKSRC}/configure.ac \
+# ${WRKSRC}/configure ${WRKSRC}/config.h.in
.include <bsd.port.mk>