Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2019 11:54:12 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489673 - in head: deskutils/virt-manager x11/xfce4-wmdock-plugin
Message-ID:  <201901081154.x08BsCgZ033570@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Jan  8 11:54:12 2019
New Revision: 489673
URL: https://svnweb.freebsd.org/changeset/ports/489673

Log:
  Do not set INSTALLS_ICONS twice
  
  While here add USES=gnome

Modified:
  head/deskutils/virt-manager/Makefile
  head/x11/xfce4-wmdock-plugin/Makefile

Modified: head/deskutils/virt-manager/Makefile
==============================================================================
--- head/deskutils/virt-manager/Makefile	Tue Jan  8 11:46:19 2019	(r489672)
+++ head/deskutils/virt-manager/Makefile	Tue Jan  8 11:54:12 2019	(r489673)
@@ -27,8 +27,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:devel
 PYDISTUTILS_INSTALLNOSINGLE=	yes
 PYDISTUTILS_CONFIGURE_TARGET=	configure
 PYDISTUTILS_CONFIGUREARGS=	--prefix=${PREFIX}
-INSTALLS_ICONS=	yes
-USES=		python:3.3+ gettext shebangfix
+USES=		python:3.3+ gettext gnome shebangfix
 USE_PYTHON=	noegginfo autoplist distutils noflavors
 
 NO_ARCH=	yes

Modified: head/x11/xfce4-wmdock-plugin/Makefile
==============================================================================
--- head/x11/xfce4-wmdock-plugin/Makefile	Tue Jan  8 11:46:19 2019	(r489672)
+++ head/x11/xfce4-wmdock-plugin/Makefile	Tue Jan  8 11:54:12 2019	(r489673)
@@ -12,8 +12,7 @@ MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	WMdock plugin for Xfce
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake libtool pkgconfig xfce tar:bzip2
-INSTALLS_ICONS=	yes
+USES=		gettext gmake gnome libtool pkgconfig xfce tar:bzip2
 USE_GNOME=	gtk20 intltool intlhack libwnck
 USE_XFCE=	libgui panel
 INSTALLS_ICONS=	yes



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