Date: Mon, 3 Apr 2017 13:16:20 +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: r437658 - head/x11-themes/kf5-oxygen-icons5 Message-ID: <201704031316.v33DGK3b093845@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704031316.v33DGK3b093845>