diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-21 16:09:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-21 16:09:50 +0000 |
commit | 3803dce85b7571a3a752138c7625cca28bb53346 (patch) | |
tree | 24b819899bd51c4941b097f768ff5ee87daef507 /net/x2goclient | |
parent | d193a1d80d53989d4a1d3ac907f02d08e38bcea0 (diff) |
Notes
Diffstat (limited to 'net/x2goclient')
-rw-r--r-- | net/x2goclient/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/x2goclient/Makefile b/net/x2goclient/Makefile index 1c9efb26f558..e6bb1d7414b1 100644 --- a/net/x2goclient/Makefile +++ b/net/x2goclient/Makefile @@ -11,6 +11,9 @@ COMMENT= Qt client for the X2Go system LICENSE= GPLv2 +# http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=870 +BROKEN= does not build with new libssh: undefined reference to `ssh_forward_listen' + # Avoid clash with libssh from base BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client \ |