Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2019 15:08:32 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514401 - head/x11-themes/plasma5-breeze-gtk
Message-ID:  <201910131508.x9DF8WsY034522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Oct 13 15:08:32 2019
New Revision: 514401
URL: https://svnweb.freebsd.org/changeset/ports/514401

Log:
  Add USES=gnome.
  
  Fix a DEV_WARNING, we were setting USE_GNOME without setting USES=gnome. This
  is part of the patch in bug 240343.
  
  PR:		240343
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>

Modified:
  head/x11-themes/plasma5-breeze-gtk/Makefile

Modified: head/x11-themes/plasma5-breeze-gtk/Makefile
==============================================================================
--- head/x11-themes/plasma5-breeze-gtk/Makefile	Sun Oct 13 15:04:32 2019	(r514400)
+++ head/x11-themes/plasma5-breeze-gtk/Makefile	Sun Oct 13 15:08:32 2019	(r514401)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>0:graphics
 		sassc:textproc/sassc
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR}
 
-USES=		cmake compiler:c++11-lang cpe kde:5 pkgconfig \
+USES=		cmake compiler:c++11-lang cpe gnome kde:5 pkgconfig \
 		python:3.4+ qt:5 tar:xz
 USE_GNOME=	gdkpixbuf2
 USE_KDE=	breeze ecm



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