Date: Tue, 22 Jan 2019 22:34:44 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490987 - head/x11-clocks/xfce4-timer-plugin Message-ID: <201901222234.x0MMYiS5006444@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Tue Jan 22 22:34:44 2019 New Revision: 490987 URL: https://svnweb.freebsd.org/changeset/ports/490987 Log: Fix USES, gettext-tools needed here. Modified: head/x11-clocks/xfce4-timer-plugin/Makefile Modified: head/x11-clocks/xfce4-timer-plugin/Makefile ============================================================================== --- head/x11-clocks/xfce4-timer-plugin/Makefile Tue Jan 22 22:33:11 2019 (r490986) +++ head/x11-clocks/xfce4-timer-plugin/Makefile Tue Jan 22 22:34:44 2019 (r490987) @@ -13,7 +13,7 @@ COMMENT= Timer plugin for Xfce LICENSE= GPLv2 -USES= gettext gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3 +USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3 USE_GNOME= cairo gtk30 intltool USE_XFCE= panel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901222234.x0MMYiS5006444>