aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/plasma5-kdeplasma-addons
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-01-20 14:16:52 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-01-20 14:16:52 +0000
commitd9da69b26d9640990c319e3183ee72ebe6cc1db6 (patch)
treecd4680ffbce7a8d4f7ee951f7d5c0a912347b87b /x11-toolkits/plasma5-kdeplasma-addons
parentd8c919e12b6cf51e93fe23acfab6ece37f397dc0 (diff)
downloadports-d9da69b26d9640990c319e3183ee72ebe6cc1db6.tar.gz
ports-d9da69b26d9640990c319e3183ee72ebe6cc1db6.zip
x11-toolkits/plasma5-kdeplasma-addons: make dependency on misc/kf5-purpose optional
PR: 235074 Reported by: Ivan <bsd@abinet.ru>
Notes
Notes: svn path=/head/; revision=490793
Diffstat (limited to 'x11-toolkits/plasma5-kdeplasma-addons')
-rw-r--r--x11-toolkits/plasma5-kdeplasma-addons/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/x11-toolkits/plasma5-kdeplasma-addons/Makefile b/x11-toolkits/plasma5-kdeplasma-addons/Makefile
index cbcea991816e..81869127cd24 100644
--- a/x11-toolkits/plasma5-kdeplasma-addons/Makefile
+++ b/x11-toolkits/plasma5-kdeplasma-addons/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kdeplasma-addons
DISTVERSION= ${KDE_PLASMA_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -14,10 +14,17 @@ USE_KDE= activities archive attica auth bookmarks codecs completion \
config configwidgets coreaddons crash ecm emoticons guiaddons \
i18n iconthemes init itemmodels itemviews jobwidgets kcmutils \
kdelibs4support kio kross newstuff notifications package parts\
- plasma-framework plasma-workspace purpose runner service solid \
+ plasma-framework plasma-workspace runner service solid \
sonnet textwidgets unitconversion widgetsaddons windowsystem xmlgui
USE_QT= core dbus declarative graphicaleffects gui location network \
printsupport script webchannel webengine widgets x11extras xml \
buildtools_build qmake_build
+OPTIONS_DEFINE= PURPOSE
+OPTIONS_DEFAULT= PURPOSE
+
+PURPOSE_DESC= Enable 'QuickShare' applet
+PURPOSE_USE= KDE=purpose
+PURPOSE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Purpose
+
.include <bsd.port.mk>