svn commit: r348341 - in head/x11: gnome-shell wbar
Martin Wilke
miwi at FreeBSD.org
Sat Mar 15 16:19:17 UTC 2014
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}
More information about the svn-ports-all
mailing list