1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

net/krdc:

- Add optional dependency on freerdp for Remote Desktop support

PR:		ports/187429
Submitted by:	swills
This commit is contained in:
Max Brazhnikov 2014-03-10 20:00:49 +00:00
parent 943ef4ed5a
commit af74f697ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347807

View File

@ -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>