summaryrefslogtreecommitdiff
path: root/games/pokerth
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-18 11:01:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-18 11:01:38 +0000
commit8a5fc3ae971c9c42d93d591b7511cb0b1ff56ff7 (patch)
tree9f33add3d33c60bfb38b933748be1d0b3b16e5a3 /games/pokerth
parent- Fix LICENSE (diff)
- Mark 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
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=456614
Diffstat (limited to 'games/pokerth')
-rw-r--r--games/pokerth/Makefile2
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 \