Date: Sun, 28 Oct 2018 16:46:59 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483317 - head/x11-themes/kf5-kiconthemes Message-ID: <201810281646.w9SGkxDK064455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Oct 28 16:46:58 2018 New Revision: 483317 URL: https://svnweb.freebsd.org/changeset/ports/483317 Log: x11-themes/kf5-kiconthemes: add new optional (default=on) runtime dependency on icons Modified: head/x11-themes/kf5-kiconthemes/Makefile Modified: head/x11-themes/kf5-kiconthemes/Makefile ============================================================================== --- head/x11-themes/kf5-kiconthemes/Makefile Sun Oct 28 16:28:15 2018 (r483316) +++ head/x11-themes/kf5-kiconthemes/Makefile Sun Oct 28 16:46:58 2018 (r483317) @@ -2,7 +2,7 @@ PORTNAME= kiconthemes DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -13,5 +13,10 @@ USE_KDE= archive auth codecs config configwidgets core i18n itemviews widgetsaddons 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281646.w9SGkxDK064455>