diff options
-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 799a3745f54e..83ce5b0ae474 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= Fails to compile with protobuf 3.5.0 + LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libmikmod.so:audio/libmikmod \ libgnutls.so:security/gnutls \ |