diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-07 07:43:37 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-07 07:43:37 +0000 |
commit | 1e817d5e1a74d55cfa93c599fa22f8e3108ecfa2 (patch) | |
tree | d33310fe438d775921ae7c22f6f3ed3f9961291e /games/armagetron | |
parent | 6e8cbd63d37c0699bb8397e8345a2d151bb16ac1 (diff) |
Notes
Diffstat (limited to 'games/armagetron')
-rw-r--r-- | games/armagetron/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/armagetron/Makefile b/games/armagetron/Makefile index a1d97dde773d..7ffd3e93c38f 100644 --- a/games/armagetron/Makefile +++ b/games/armagetron/Makefile @@ -16,6 +16,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-05-08 USES= gmake jpeg GNU_CONFIGURE= yes |