diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-14 11:16:13 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-14 17:11:29 +0000 |
commit | 7854eaa1a5b087e0e77b777008de6dcd36d5c713 (patch) | |
tree | 4a11bf337d03ac4fed13866bb70fe970ab0fc372 | |
parent | 9d3df6eb72fefcd90093cfe84e65ca6b540f5aa2 (diff) | |
download | ports-7854eaa1a5b087e0e77b777008de6dcd36d5c713.tar.gz ports-7854eaa1a5b087e0e77b777008de6dcd36d5c713.zip |
games/pokerth: Deprecate and set expiration date to 2023-11-30
Fails to build and marked broken over a year ago
Approved by: portmgr (blanket)
-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 7dff69a35688..18833f0cb427 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -23,6 +23,8 @@ 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 |