aboutsummaryrefslogtreecommitdiff
path: root/net/remmina-plugins/Makefile
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2018-03-04 05:21:09 +0000
committerBen Woods <woodsb02@FreeBSD.org>2018-03-04 05:21:09 +0000
commitcf3c5724f76f157b1cf390a1f3f69dac88f662d6 (patch)
tree46043f3b621c1b17e2abe0d1f47be0e26359d5ac /net/remmina-plugins/Makefile
parent6d7a3eb2b11e259380477a2acbe3556fba6c57c1 (diff)
downloadports-cf3c5724f76f157b1cf390a1f3f69dac88f662d6.tar.gz
ports-cf3c5724f76f157b1cf390a1f3f69dac88f662d6.zip
Notes
Diffstat (limited to 'net/remmina-plugins/Makefile')
-rw-r--r--net/remmina-plugins/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/remmina-plugins/Makefile b/net/remmina-plugins/Makefile
index 37e3690e99d4..5adaa0ebb5f9 100644
--- a/net/remmina-plugins/Makefile
+++ b/net/remmina-plugins/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= remmina-plugins
DISTVERSIONPREFIX=v
-DISTVERSION= 1.2.0-rcgit.24
+DISTVERSION= 1.2.0-rcgit.27
CATEGORIES= net gnome
MAINTAINER?= woodsb02@FreeBSD.org
@@ -21,8 +21,9 @@ GH_PROJECT= Remmina
USES= metaport
-OPTIONS_DEFINE= KEYRING NX RDP TELEP VNC XDMCP
-OPTIONS_DEFAULT= KEYRING RDP TELEP VNC XDMCP
+OPTIONS_DEFINE= EXEC KEYRING NX RDP TELEP VNC XDMCP
+OPTIONS_DEFAULT= EXEC KEYRING RDP TELEP VNC XDMCP
+EXEC_DESC= Plugin to execute a command
KEYRING_DESC= GNOME Keyring plugin
RDP_DESC= Remote Desktop Protocol plugin
VNC_DESC= VNC protocol plugin
@@ -30,7 +31,8 @@ XDMCP_DESC= XDMCP protocol plugin
TELEP_DESC= Telepathy protocol plugin
NX_DESC= NX protocol plugin
-KEYRING_RUN_DEPENDS= remmina-plugin-gnome>=0:net/remmina-plugin-gnome
+EXEC_RUN_DEPENDS= remmina-plugin-exec>=0:net/remmina-plugin-exec
+KEYRING_RUN_DEPENDS= remmina-plugin-secret>=0:net/remmina-plugin-secret
NX_RUN_DEPENDS= remmina-plugin-nx>=0:net/remmina-plugin-nx
RDP_RUN_DEPENDS= remmina-plugin-rdp>=0:net/remmina-plugin-rdp
TELEP_RUN_DEPENDS= remmina-plugin-telepathy>=0:net/remmina-plugin-telepathy