diff options
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r-- | net-im/telepathy-glib/Makefile | 10 |
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> |