svn commit: r514401 - head/x11-themes/plasma5-breeze-gtk

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Oct 13 15:08:33 UTC 2019


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 at 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


More information about the svn-ports-head mailing list