aboutsummaryrefslogtreecommitdiff
path: root/net/remotebox
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-31 10:09:48 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-31 10:09:48 +0000
commit89ed13a8d15de8b84eb1adb54a9950b40b81f077 (patch)
tree69d605b476d5e60944226a2856fa1e8cca055c67 /net/remotebox
parent8c5394369ed6e9b1cd405fec0996ad1bbd5c7497 (diff)
Notes
Diffstat (limited to 'net/remotebox')
-rw-r--r--net/remotebox/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/remotebox/Makefile b/net/remotebox/Makefile
index 32b25bd221dd..c5095125b3a4 100644
--- a/net/remotebox/Makefile
+++ b/net/remotebox/Makefile
@@ -21,23 +21,19 @@ SHEBANG_FILES= remotebox
NO_BUILD= yes
NO_ARCH= yes
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOCS KRDC
OPTIONS_DEFAULT= FREERDP TIGERVNC
OPTIONS_MULTI= VIEWER
OPTIONS_MULTI_VIEWER= FREERDP RDESKTOP TIGERVNC VINAGRE
-OPTIONS_RADIO= KDE
-OPTIONS_RADIO_KDE= KRDC KRDC4
FREERDP_DESC= RDP client (fork of rdesktop with more features)
KRDC_DESC= RDP/VNC client for KDE5
-KRDC4_DESC= RDP/VNC client for KDE4
RDESKTOP_DESC= RDP client (less features than freerdp)
TIGERVNC_DESC= VNC client (desktop neutral)
VINAGRE_DESC= VNC client for GNOME
FREERDP_RUN_DEPENDS= xfreerdp:net/freerdp
KRDC_RUN_DEPENDS= krdc:net/krdc
-KRDC4_RUN_DEPENDS= krdc:net/krdc-kde4
RDESKTOP_RUN_DEPENDS= rdesktop:net/rdesktop
TIGERVNC_RUN_DEPENDS= vncviewer:net/tigervnc
VINAGRE_RUN_DEPENDS= vinagre:net/vinagre