Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2015 18:13:50 +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: r393087 - head/math/galculator
Message-ID:  <201507281813.t6SIDoqq055055@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Tue Jul 28 18:13:49 2015
New Revision: 393087
URL: https://svnweb.freebsd.org/changeset/ports/393087

Log:
  Explicitly depend on intltool.
  
  When GNOME 3.16 is merged, gtk20 will not implicelty depend on it.

Modified:
  head/math/galculator/Makefile

Modified: head/math/galculator/Makefile
==============================================================================
--- head/math/galculator/Makefile	Tue Jul 28 18:10:15 2015	(r393086)
+++ head/math/galculator/Makefile	Tue Jul 28 18:13:49 2015	(r393087)
@@ -9,7 +9,7 @@ MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	GTK-based scientific calculator
 
 USES=		gettext gmake pkgconfig tar:bzip2
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 intltool
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib



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