svn commit: r489673 - in head: deskutils/virt-manager x11/xfce4-wmdock-plugin

Tobias Kortkamp tobik at FreeBSD.org
Tue Jan 8 11:54:13 UTC 2019


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 at 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


More information about the svn-ports-head mailing list