diff options
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index ca5f1340a2bd..4de668764d5f 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -12,9 +12,8 @@ COMMENT= RDP client for Windows NT/2000/2003 Terminal Server LICENSE= GPLv3 USE_XORG= x11 -USES= gmake iconv pkgconfig +USES= gmake iconv pkgconfig ssl CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-credssp -USE_OPENSSL= yes GNU_CONFIGURE= yes DOCS= doc/AUTHORS doc/TODO doc/*.txt |