svn commit: r326051 - head/misc/gnome-icon-theme

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 18:18:27 UTC 2013


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


More information about the svn-ports-all mailing list