diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-04-03 21:16:20 +0800 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-04-03 21:16:20 +0800 |
commit | fed22bdf90cd059ae0d18a3eb8989b6fad9f782c (patch) | |
tree | 13c68810a985316e19f13c67a82890150a7e60ce /x11-themes | |
parent | 430028976b70d23e8520f824fc5369a4a416cf0f (diff) | |
download | freebsd-ports-gnome-fed22bdf90cd059ae0d18a3eb8989b6fad9f782c.tar.gz freebsd-ports-gnome-fed22bdf90cd059ae0d18a3eb8989b6fad9f782c.tar.zst freebsd-ports-gnome-fed22bdf90cd059ae0d18a3eb8989b6fad9f782c.zip |
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
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kf5-oxygen-icons5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/kf5-oxygen-icons5/Makefile b/x11-themes/kf5-oxygen-icons5/Makefile index 0b5ccc517c32..a4c38a49ad83 100644 --- a/x11-themes/kf5-oxygen-icons5/Makefile +++ b/x11-themes/kf5-oxygen-icons5/Makefile @@ -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. |