svn commit: r501239 - head/net/kget
Tobias C. Berner
tcberner at FreeBSD.org
Sat May 11 09:16:39 UTC 2019
Author: tcberner
Date: Sat May 11 09:16:38 2019
New Revision: 501239
URL: https://svnweb.freebsd.org/changeset/ports/501239
Log:
net/kget: add option to depend on plasma-workspace (to enable shutdown on completion support)
Reported by: fluffy
Modified:
head/net/kget/Makefile
Modified: head/net/kget/Makefile
==============================================================================
--- head/net/kget/Makefile Sat May 11 09:14:20 2019 (r501238)
+++ head/net/kget/Makefile Sat May 11 09:16:38 2019 (r501239)
@@ -2,6 +2,7 @@
PORTNAME= kget
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= net kde kde-applications
MAINTAINER= kde at FreeBSD.org
@@ -31,10 +32,14 @@ USE_QT= core dbus gui network printsupport sql
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>
More information about the svn-ports-all
mailing list