svn commit: r490984 - head/sysutils/xfce4-power-manager

Guido Falsi madpilot at FreeBSD.org
Tue Jan 22 22:16:35 UTC 2019


Author: madpilot
Date: Tue Jan 22 22:16:34 2019
New Revision: 490984
URL: https://svnweb.freebsd.org/changeset/ports/490984

Log:
  Fix USES, only gettext-tools needed here.

Modified:
  head/sysutils/xfce4-power-manager/Makefile

Modified: head/sysutils/xfce4-power-manager/Makefile
==============================================================================
--- head/sysutils/xfce4-power-manager/Makefile	Tue Jan 22 22:07:59 2019	(r490983)
+++ head/sysutils/xfce4-power-manager/Makefile	Tue Jan 22 22:16:34 2019	(r490984)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libnotify.so:devel/libnotify \
 		libpolkit-gobject-1.so:sysutils/polkit \
 		libupower-glib.so:sysutils/upower
 
-USES=		gettext gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
+USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
 USE_GNOME=	cairo glib20 gtk30 intlhack intltool
 USE_XFCE=	panel
 USE_XORG=	ice sm xrandr x11 xext xtst xscrnsaver


More information about the svn-ports-all mailing list