Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2015 10:08:44 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398567 - head/net-im/telepathy-gabble
Message-ID:  <201510041008.t94A8itd044338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Oct  4 10:08:43 2015
New Revision: 398567
URL: https://svnweb.freebsd.org/changeset/ports/398567

Log:
  The telepathy-gabble-xmpp-console tool needs gtksourceview3 introspection
  support to work.
  
  Submitted by:	Tobias Berner <tcberner@gmail.com>

Modified:
  head/net-im/telepathy-gabble/Makefile

Modified: head/net-im/telepathy-gabble/Makefile
==============================================================================
--- head/net-im/telepathy-gabble/Makefile	Sun Oct  4 09:45:07 2015	(r398566)
+++ head/net-im/telepathy-gabble/Makefile	Sun Oct  4 10:08:43 2015	(r398567)
@@ -1,10 +1,9 @@
 # Created by:  Florent Thoumie <flz@FreeBSD.org>
 # $FreeBSD$
-#    $MCom: ports/trunk/net-im/telepathy-gabble/Makefile 19804 2014-08-13 14:55:11Z kwm $
 
 PORTNAME=	telepathy-gabble
 PORTVERSION=	0.18.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
 
@@ -25,7 +24,7 @@ RUN_DEPENDS=	ca_root_nss>=0:${PORTSDIR}/
 PORTSCOUT=	limitw:1,even
 
 USES=		alias gmake libtool pathfix pkgconfig python:build
-USE_GNOME=	glib20 libxslt:build
+USE_GNOME=	glib20 gtksourceview3 libxslt:build
 USE_SQLITE=	3
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510041008.t94A8itd044338>