aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-05-11 09:16:38 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-05-11 09:16:38 +0000
commitc652edba354302955d2751c44c8a1c56ad3f04b3 (patch)
tree28d16e100e451d00e92602273d64c7bf2f29e641
parent947e8bad1888a8354578ee018721eb988d3d2c66 (diff)
downloadports-c652edba354302955d2751c44c8a1c56ad3f04b3.tar.gz
ports-c652edba354302955d2751c44c8a1c56ad3f04b3.zip
net/kget: add option to depend on plasma-workspace (to enable shutdown on completion support)
Reported by: fluffy
Notes
Notes: svn path=/head/; revision=501239
-rw-r--r--net/kget/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/kget/Makefile b/net/kget/Makefile
index 6a28cfe9cce8..f6ea696d4766 100644
--- a/net/kget/Makefile
+++ b/net/kget/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kget
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -31,10 +32,14 @@ USE_QT= core dbus gui network printsupport sql widgets xml \
USE_LDCONFIG= yes
SHEBANG_FILES= conf/*.pl
-
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
CONFIGURE_ENV= XDG_CONFIG_HOME=/dev/null
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOCS 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>