Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 15:25:59 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493169 - head/sysutils/xfce4-bsdcpufreq-plugin
Message-ID:  <201902171525.x1HFPxZc001095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Feb 17 15:25:59 2019
New Revision: 493169
URL: https://svnweb.freebsd.org/changeset/ports/493169

Log:
  Modernise port Makefile
  
  PR:		235130
  Submitted by:	madpilot
  Reviewed by:	riggs

Modified:
  head/sysutils/xfce4-bsdcpufreq-plugin/Makefile

Modified: head/sysutils/xfce4-bsdcpufreq-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-bsdcpufreq-plugin/Makefile	Sun Feb 17 13:54:29 2019	(r493168)
+++ head/sysutils/xfce4-bsdcpufreq-plugin/Makefile	Sun Feb 17 15:25:59 2019	(r493169)
@@ -4,7 +4,7 @@
 
 PORTNAME=	xfce4-bsdcpufreq-plugin
 PORTVERSION=	0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils xfce
 
 MAINTAINER=	riggs@FreeBSD.org
@@ -13,17 +13,16 @@ COMMENT=	Displays the current CPU clock frequency in t
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	riggs-
-GH_TAGNAME=	be17b3a
-
-USE_GNOME=	gtk20
-
 USES=		pkgconfig xfce
 USE_XFCE=	panel
+USE_GNOME=	cairo gdkpixbuf2 gtk20
 
 PLIST_FILES=	lib/xfce4/panel/plugins/libbsdcpufreq.so \
 		share/xfce4/panel/plugins/bsdcpufreq.desktop
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	riggs-
+GH_TAGNAME=	be17b3a
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/lib/xfce4/panel/plugins



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902171525.x1HFPxZc001095>