Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 16:19:16 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348341 - in head/x11: gnome-shell wbar
Message-ID:  <201403151619.s2FGJGOh061924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar 15 16:19:16 2014
New Revision: 348341
URL: http://svnweb.freebsd.org/changeset/ports/348341
QAT: https://qat.redports.org/buildarchive/r348341/

Log:
  - Convert USE_BZIP/GMAKE to USES

Modified:
  head/x11/gnome-shell/Makefile
  head/x11/wbar/Makefile

Modified: head/x11/gnome-shell/Makefile
==============================================================================
--- head/x11/gnome-shell/Makefile	Sat Mar 15 16:18:22 2014	(r348340)
+++ head/x11/gnome-shell/Makefile	Sat Mar 15 16:19:16 2014	(r348341)
@@ -21,10 +21,8 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 
 BROKEN=		Doesn't build
 
-USE_BZIP2=	yes
 USE_XORG=	x11 xfixes sm
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake tar:bzip2
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gnomeprefix gnomehack intlhack gtk20 gconf2 gnomemenus \
 		gnomedesktop ltverhack libgnomeui librsvg2

Modified: head/x11/wbar/Makefile
==============================================================================
--- head/x11/wbar/Makefile	Sat Mar 15 16:18:22 2014	(r348340)
+++ head/x11/wbar/Makefile	Sat Mar 15 16:19:16 2014	(r348341)
@@ -53,8 +53,7 @@ PLIST_SUB+=	WBARCONFIG="@comment "
 .endif
 
 USE_EFL=	imlib2
-USES+=		gettext
-USE_GMAKE=	yes
+USES+=		gettext gmake
 USE_GNOME+=	desktopfileutils intltool
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}



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