diff options
author | adridg <adridg@FreeBSD.org> | 2018-12-26 05:26:12 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2018-12-26 05:26:12 +0800 |
commit | f3c1e4ecba446d730af2739d0508236c1e869d08 (patch) | |
tree | 3ca17a2fc1b3cf585996c477c099fc5c7aca67af | |
parent | 3cd6a2b5f64e1646c7f68fe0ae352c6e4107b77f (diff) | |
download | freebsd-ports-gnome-f3c1e4ecba446d730af2739d0508236c1e869d08.tar.gz freebsd-ports-gnome-f3c1e4ecba446d730af2739d0508236c1e869d08.tar.zst freebsd-ports-gnome-f3c1e4ecba446d730af2739d0508236c1e869d08.zip |
Switch net/krdc OPTION FREERDP on by default.
This makes sense from a "batteries included" perspective and makes krdc
more useful by default in networks where you may find proprietary desktops.
PR: 233978
Reported by: Nils Beyer
-rw-r--r-- | net/krdc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/krdc/Makefile b/net/krdc/Makefile index 0e624575595a..cbba6cf117a9 100644 --- a/net/krdc/Makefile +++ b/net/krdc/Makefile @@ -2,6 +2,7 @@ PORTNAME= krdc DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -19,6 +20,7 @@ USE_QT= core dbus gui network widgets xml \ USE_LDCONFIG= yes OPTIONS_DEFINE= FREERDP DOCS +OPTIONS_DEFAULT= FREERDP OPTIONS_SUB= yes FREERDP_CMAKE_BOOL= WITH_FREERDP FREERDP_DESC= Remote Desktop support via FreeRDP |