svn commit: r437658 - head/x11-themes/kf5-oxygen-icons5

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Apr 3 13:16:21 UTC 2017


Author: rakuco
Date: Mon Apr  3 13:16:20 2017
New Revision: 437658
URL: https://svnweb.freebsd.org/changeset/ports/437658

Log:
  Reduce kf5-oxygen-icons5's dependency list even further.
  
  We only need devel/kf5-extra-cmake-modules as a build-time dependency. Since
  this port only installs icons, it does not need or use e-c-m at runtime at all.
  
  Reviewed by:	tcberner

Modified:
  head/x11-themes/kf5-oxygen-icons5/Makefile

Modified: head/x11-themes/kf5-oxygen-icons5/Makefile
==============================================================================
--- head/x11-themes/kf5-oxygen-icons5/Makefile	Mon Apr  3 13:06:28 2017	(r437657)
+++ head/x11-themes/kf5-oxygen-icons5/Makefile	Mon Apr  3 13:16:20 2017	(r437658)
@@ -3,14 +3,14 @@
 
 PORTNAME=	oxygen-icons5
 PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-themes kde kde-frameworks
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	The Oxygen icon theme for KDE
 
 USES=		cmake:outsource kde:5 tar:xz
-USE_KDE=	ecm
+USE_KDE=	ecm_build  # We only install icons.
 
 # The qmake dependency is only needed so that kf5-e-c-m can query qmake for
 # some installation directories.


More information about the svn-ports-all mailing list