diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-28 16:46:58 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-28 16:46:58 +0000 |
commit | 4d1d4f0a0792fb83fecce295b45593182e143696 (patch) | |
tree | 5dd5ff267c0edf83643492ec90758a781f1f214c | |
parent | 5b633a3df0d8662ca17226300d89649973c69e81 (diff) |
Notes
-rw-r--r-- | x11-themes/kf5-kiconthemes/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-themes/kf5-kiconthemes/Makefile b/x11-themes/kf5-kiconthemes/Makefile index 75bdc1ccae81..f23a426e0df7 100644 --- a/x11-themes/kf5-kiconthemes/Makefile +++ b/x11-themes/kf5-kiconthemes/Makefile @@ -2,7 +2,7 @@ PORTNAME= kiconthemes DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -14,4 +14,9 @@ USE_KDE= archive auth codecs config configwidgets coreaddons ecm \ USE_QT= buildtools_build concurrent core dbus gui qmake_build \ script svg widgets xml +OPTIONS_DEFINE= ICONS +OPTIONS_DEFAULT= ICONS +ICONS_DESC= Install Breeze Icons +ICONS_USE= KDE=breeze-icons_run + .include <bsd.port.mk> |