Index: head/deskutils/virt-manager/Makefile =================================================================== --- head/deskutils/virt-manager/Makefile (revision 489672) +++ head/deskutils/virt-manager/Makefile (revision 489673) @@ -1,55 +1,54 @@ # $FreeBSD$ PORTNAME= virt-manager PORTVERSION= 2.0.0 CATEGORIES= deskutils net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ \ LOCAL/jgh/deskutils/${PORTNAME}/ MAINTAINER= novel@FreeBSD.org COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 LIB_DEPENDS= libvirt.so:devel/libvirt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libxml2>=2.7.8:textproc/py-libxml2@${PY_FLAVOR} \ vte3>=0:x11-toolkits/vte3 \ ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:devel/py-ipaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libvirt>=0:devel/py-libvirt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ gtk-vnc>=0.4.4:net/gtk-vnc \ libvirt-glib>=0.1.9:devel/libvirt-glib \ libosinfo>=0:devel/libosinfo \ spice-gtk>=0.26:deskutils/spice-gtk \ ssh-askpass:security/openssh-askpass 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 USE_GNOME= introspection:run intltool librsvg2 pygobject3 INSTALLS_ICONS= yes SHEBANG_FILES= virt-manager \ virt-install \ virt-clone \ virt-convert \ virt-xml GLIB_SCHEMAS= org.virt-manager.virt-manager.gschema.xml #add workaround for two autoplist functions post-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/share/glib-2.0/schemas/ .for file in ${GLIB_SCHEMAS} ${INSTALL_DATA} ${WRKSRC}/data/${file} ${STAGEDIR}/${PREFIX}/share/glib-2.0/schemas .endfor .include Index: head/x11/xfce4-wmdock-plugin/Makefile =================================================================== --- head/x11/xfce4-wmdock-plugin/Makefile (revision 489672) +++ head/x11/xfce4-wmdock-plugin/Makefile (revision 489673) @@ -1,22 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= xfce4-wmdock-plugin PORTVERSION= 0.6.0 PORTREVISION= 2 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/xfce4-wmdock-plugin/0.6 DIST_SUBDIR= xfce4 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 USE_XORG= x11 .include