diff options
-rw-r--r-- | net/krdc/Makefile | 4 |
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> |