svn commit: r501647 - head/net-p2p/ktorrent
Dima Panov
fluffy at FreeBSD.org
Tue May 14 11:24:37 UTC 2019
Author: fluffy
Date: Tue May 14 11:24:35 2019
New Revision: 501647
URL: https://svnweb.freebsd.org/changeset/ports/501647
Log:
- Add option to depend on plasma-workspace (to enable shutdown on completion support)
Modified:
head/net-p2p/ktorrent/Makefile
Modified: head/net-p2p/ktorrent/Makefile
==============================================================================
--- head/net-p2p/ktorrent/Makefile Tue May 14 11:07:12 2019 (r501646)
+++ head/net-p2p/ktorrent/Makefile Tue May 14 11:24:35 2019 (r501647)
@@ -4,7 +4,7 @@
PORTNAME= ktorrent
DISTVERSION= 5.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/
@@ -25,5 +25,12 @@ USE_KDE= archive auth bookmarks codecs completion conf
windowsystem xmlgui
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>
More information about the svn-ports-all
mailing list