svn commit: r460005 - head/x11-clocks/xfce4-timer-plugin

Guido Falsi madpilot at FreeBSD.org
Fri Jan 26 15:03:11 UTC 2018


Author: madpilot
Date: Fri Jan 26 15:03:10 2018
New Revision: 460005
URL: https://svnweb.freebsd.org/changeset/ports/460005

Log:
  Add missing gtk3 option to xfce USES.
  
  Reported by:	Olivier Duchateau <duchateau.olivier at gmail.com>

Modified:
  head/x11-clocks/xfce4-timer-plugin/Makefile

Modified: head/x11-clocks/xfce4-timer-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-timer-plugin/Makefile	Fri Jan 26 15:02:40 2018	(r460004)
+++ head/x11-clocks/xfce4-timer-plugin/Makefile	Fri Jan 26 15:03:10 2018	(r460005)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xfce4-timer-plugin
 PORTVERSION=	1.7.0
+PORTREVISION=	1
 CATEGORIES=	x11-clocks xfce
 MASTER_SITES=	XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
@@ -12,7 +13,7 @@ COMMENT=	Timer plugin for Xfce
 
 LICENSE=	GPLv2
 
-USES=		libtool pkgconfig gettext gmake xfce tar:bzip2
+USES=		libtool pkgconfig gettext gmake xfce:gtk3 tar:bzip2
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list