svn commit: r490797 - head/x11/xfce4-whiskermenu-plugin

Guido Falsi madpilot at FreeBSD.org
Sun Jan 20 14:44:58 UTC 2019


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


More information about the svn-ports-all mailing list