diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-10-16 10:29:46 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-10-16 10:29:46 +0000 |
commit | 27c3f8d9bf53017f72dbf7f5de6f0201d7f6e093 (patch) | |
tree | 77f6962baf4c3e49c28b24d6062e661be0bb608c /games/pokerth/Makefile | |
parent | 5c0ef69c8b8b444d6595c42e8d6084e0071ff816 (diff) | |
download | ports-27c3f8d9bf53017f72dbf7f5de6f0201d7f6e093.tar.gz ports-27c3f8d9bf53017f72dbf7f5de6f0201d7f6e093.zip |
Diffstat (limited to 'games/pokerth/Makefile')
-rw-r--r-- | games/pokerth/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 18833f0cb427..5a00f09b7bbb 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -4,6 +4,10 @@ PORTREVISION= 17 CATEGORIES= games MASTER_SITES= SF +PATCH_SITES= https://gitweb.gentoo.org/repo/gentoo.git/plain/games-board/pokerth/files/ \ + https://raw.githubusercontent.com/gentoo/gentoo/master/games-board/pokerth/files/ +PATCHFILES= pokerth-1.1.2-boost-1.73.patch:-p1 + MAINTAINER= tobias.rehbein@web.de COMMENT= Poker game written in C++/Qt WWW= https://www.pokerth.net/ @@ -22,10 +26,6 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ BUILD_DEPENDS= ${LOCALBASE}/include/websocketpp/client.hpp:devel/websocketpp \ protoc:devel/protobuf -BROKEN= error: use of undeclared identifier '_1' -DEPRECATED= Marked broken for more than a year -EXPIRATION_DATE=2023-11-30 - USES= compiler:c++11-lang gl gmake iconv qmake qt:5 sdl sqlite ssl USE_GL= gl USE_CXXSTD= c++11 |