Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 18:18:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326051 - head/misc/gnome-icon-theme
Message-ID:  <201309021818.r82IIQF1041001@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 18:18:26 2013
New Revision: 326051
URL: http://svnweb.freebsd.org/changeset/ports/326051

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/misc/gnome-icon-theme/Makefile

Modified: head/misc/gnome-icon-theme/Makefile
==============================================================================
--- head/misc/gnome-icon-theme/Makefile	Mon Sep  2 18:15:57 2013	(r326050)
+++ head/misc/gnome-icon-theme/Makefile	Mon Sep  2 18:18:26 2013	(r326051)
@@ -17,9 +17,8 @@ BUILD_DEPENDS=	${LOCALBASE}/share/icons/
 RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USES=		pathfix
+USES=		pathfix gmake pkgconfig
 USE_GNOME=	intlhack
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include



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