summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-03-10 20:00:49 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-03-10 20:00:49 +0000
commitaf74f697eac65b96fd4ca7bfa60b0ea99dcb5f30 (patch)
treee1be3f1460962b6b24619cc99478ae53fbe00d28
parentUpstream re-rolled and finally produced an official tarball. (diff)
net/krdc:
- Add optional dependency on freerdp for Remote Desktop support PR: ports/187429 Submitted by: swills
Notes
Notes: svn path=/head/; revision=347807
-rw-r--r--net/krdc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/krdc/Makefile b/net/krdc/Makefile
index 5295db4f488b..a34286abfecf 100644
--- a/net/krdc/Makefile
+++ b/net/krdc/Makefile
@@ -18,4 +18,8 @@ USE_QT4= moc_build qmake_build rcc_build uic_build
USE_XZ= yes
USE_LDCONFIG= yes
+OPTIONS_DEFINE= FREERDP
+FREERDP_DESC= Remote Desktop support via FreeRDP
+FREERDP_RUN_DEPENDS= xfreerdp:${PORTSDIR}/net/freerdp
+
.include <bsd.port.mk>