diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-17 18:51:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-17 18:51:22 +0000 |
commit | e4fb30ffe3882f722c62a64d65559d0930f20fcc (patch) | |
tree | 7af14800be0d1d01580e43277a8560fe3e038b95 /games | |
parent | 0f36bf2859269994a8451d3b9e6136a635df3976 (diff) | |
download | ports-e4fb30ffe3882f722c62a64d65559d0930f20fcc.tar.gz ports-e4fb30ffe3882f722c62a64d65559d0930f20fcc.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/plutocracy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/plutocracy/Makefile b/games/plutocracy/Makefile index 436d5d833456..a0e39f0b4b96 100644 --- a/games/plutocracy/Makefile +++ b/games/plutocracy/Makefile @@ -13,6 +13,10 @@ COMMENT= Multiplayer 3D economy/trade-based RTS LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= segfaults on startup +DEPRECATED= broken, upstream gone +EXPIRATION_DATE=2019-02-17 + LIB_DEPENDS= libpng.so:graphics/png USES= python:2.7 tar:bzip2 |