Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 23:01:36 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358652 - head/x11-themes/icons-tango-extras
Message-ID:  <201406202301.s5KN1abC085792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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