1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add option to depend on plasma-workspace (to enable shutdown on completion support)

This commit is contained in:
Dima Panov 2019-05-14 11:24:35 +00:00
parent 76de21d7aa
commit a6208b25a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501647

View File

@ -4,7 +4,7 @@
PORTNAME= ktorrent
DISTVERSION= 5.1.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net-p2p kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/
@ -26,4 +26,11 @@ USE_KDE= archive auth bookmarks codecs completion config configwidgets \
USE_QT= core dbus gui network phonon4 script webkit widgets xml \
buildtools_build qmake_build
OPTIONS_DEFINE= WORKSPACE
OPTIONS_DEFAULT= WORKSPACE
WORKSPACE_USE= KDE=plasma-workspace
WORKSPACE_DESC= Shutdown on completion support
WORKSPACE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LibKWorkspace
.include <bsd.port.mk>