diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-18 11:01:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-18 11:01:38 +0000 |
commit | 8a5fc3ae971c9c42d93d591b7511cb0b1ff56ff7 (patch) | |
tree | 9f33add3d33c60bfb38b933748be1d0b3b16e5a3 /games/pokerth/Makefile | |
parent | 9a83f0c388fa22b038bac1f7ed1b7add8b8ba310 (diff) | |
download | ports-8a5fc3ae971c9c42d93d591b7511cb0b1ff56ff7.tar.gz ports-8a5fc3ae971c9c42d93d591b7511cb0b1ff56ff7.zip |
Notes
Diffstat (limited to 'games/pokerth/Makefile')
-rw-r--r-- | games/pokerth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 05c3c1d66d10..5455787e418a 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -14,6 +14,8 @@ COMMENT= Poker game written in C++/Qt4 LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= does not build: src/third_party/websocketpp/websocketpp/transport/asio/connection.hpp:422:45: error: use of class template 'boost::asio::strand' requires template arguments + LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libmikmod.so:audio/libmikmod \ libgnutls.so:security/gnutls \ |