diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-12-13 19:38:47 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:08:04 +0800 |
commit | 0bda38439caf1553e890fff1fb054f5d957890f5 (patch) | |
tree | 6704deb9877e7278f500aa66ea76c58ef6bca12b /games | |
parent | 41c72a47959cedcaf16eeb0ffa1165cecf596529 (diff) | |
download | freebsd-ports-gnome-0bda38439caf1553e890fff1fb054f5d957890f5.tar.gz freebsd-ports-gnome-0bda38439caf1553e890fff1fb054f5d957890f5.tar.zst freebsd-ports-gnome-0bda38439caf1553e890fff1fb054f5d957890f5.zip |
Mark pokerth as broken.
Fails to compile after the update of devel/protobuf to 3.5.0.
I am working on a fix but will take some time.
Diffstat (limited to 'games')
-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 \ |