Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2019 14:44:58 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490797 - head/x11/xfce4-whiskermenu-plugin
Message-ID:  <201901201444.x0KEiwYp040265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sun Jan 20 14:44:57 2019
New Revision: 490797
URL: https://svnweb.freebsd.org/changeset/ports/490797

Log:
  - Add USES=gnome
  - Sort USES and USE_GNOME
  
  I forgot these in the previous commit.

Modified:
  head/x11/xfce4-whiskermenu-plugin/Makefile

Modified: head/x11/xfce4-whiskermenu-plugin/Makefile
==============================================================================
--- head/x11/xfce4-whiskermenu-plugin/Makefile	Sun Jan 20 14:37:52 2019	(r490796)
+++ head/x11/xfce4-whiskermenu-plugin/Makefile	Sun Jan 20 14:44:57 2019	(r490797)
@@ -13,9 +13,9 @@ COMMENT=	Alternate menu for the Xfce Desktop
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake compiler:c++14-lang gettext-tools localbase pkgconfig \
+USES=		cmake compiler:c++14-lang gettext-tools gnome localbase pkgconfig \
 		tar:bzip2 xfce:gtk3
-USE_GNOME=	gtk30 cairo
+USE_GNOME=	cairo gtk30
 USE_XFCE=	panel
 
 INSTALLS_ICONS=	yes



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