Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2015 20:49:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393553 - head/devel/geany-plugins/files
Message-ID:  <201508042049.t74KnjQZ099346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Aug  4 20:49:44 2015
New Revision: 393553
URL: https://svnweb.freebsd.org/changeset/ports/393553

Log:
  Add USE_GNOME=intltool
  
  The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
  gtk30 don't pull intltool in anymore.
  
  PR:		201980

Modified:
  head/devel/geany-plugins/files/Makefile.common

Modified: head/devel/geany-plugins/files/Makefile.common
==============================================================================
--- head/devel/geany-plugins/files/Makefile.common	Tue Aug  4 20:37:12 2015	(r393552)
+++ head/devel/geany-plugins/files/Makefile.common	Tue Aug  4 20:49:44 2015	(r393553)
@@ -13,7 +13,7 @@ EXTRA_PATCHES=  ${.CURDIR}/../../devel/g
 
 GNU_CONFIGURE=	yes
 USES+=		gettext-tools gmake libtool pkgconfig tar:bzip2
-USE_GNOME+=	gtk20
+USE_GNOME+=	gtk20 intltool
 
 # geany-plugins-l10n is not a plugin, thus special treatment
 .if ${PORTNAME} == "geany-plugins-l10n"



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