svn commit: r358652 - head/x11-themes/icons-tango-extras

John Marino marino at FreeBSD.org
Fri Jun 20 23:01:37 UTC 2014


Author: marino
Date: Fri Jun 20 23:01:36 2014
New Revision: 358652
URL: http://svnweb.freebsd.org/changeset/ports/358652
QAT: https://qat.redports.org/buildarchive/r358652/

Log:
  x11-themes/icons-tango-extras: USES+= pkgconfig
  
  This fixes configuration failure in poudriere.  While here, pet portlint.
  
  Approved by:	general blanket

Modified:
  head/x11-themes/icons-tango-extras/Makefile
  head/x11-themes/icons-tango-extras/pkg-descr

Modified: head/x11-themes/icons-tango-extras/Makefile
==============================================================================
--- head/x11-themes/icons-tango-extras/Makefile	Fri Jun 20 22:53:29 2014	(r358651)
+++ head/x11-themes/icons-tango-extras/Makefile	Fri Jun 20 23:01:36 2014	(r358652)
@@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR=	distfiles
 DISTNAME=	tango-icon-theme-extras-${PORTVERSION}
 
 MAINTAINER=	flz at FreeBSD.org
-COMMENT=	A extra set of icons from the Tango project
+COMMENT=	Extra set of icons from the Tango project
 
 BUILD_DEPENDS=	${LOCALBASE}/libexec/icon-name-mapping:${PORTSDIR}/x11-themes/icon-naming-utils \
 		${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:${PORTSDIR}/x11-themes/icons-tango \
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	${LOCALBASE}/libexec/icon
 RUN_DEPENDS=	${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:${PORTSDIR}/x11-themes/icons-tango
 
 GNU_CONFIGURE=	yes
-USES=	gmake
+USES=		gmake pkgconfig
 USE_GNOME=	intlhack
 INSTALLS_ICONS=	yes
 

Modified: head/x11-themes/icons-tango-extras/pkg-descr
==============================================================================
--- head/x11-themes/icons-tango-extras/pkg-descr	Fri Jun 20 22:53:29 2014	(r358651)
+++ head/x11-themes/icons-tango-extras/pkg-descr	Fri Jun 20 23:01:36 2014	(r358652)
@@ -1,3 +1,3 @@
 An extra set of Tango icons that is usable on Gnome.
 
-WWW:	http://tango-project.org/
+WWW: http://tango-project.org/


More information about the svn-ports-head mailing list