diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-12 01:27:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-12 01:27:30 +0000 |
commit | 0575d0405165e33c0b469e080d3445bd6322fdec (patch) | |
tree | 3bd8a75d5217e637bc7116dc8446ee0ce95edc9a | |
parent | - Fix build with clang (diff) |
- Mark as DEPRECATED
-rw-r--r-- | games/windstille/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/windstille/Makefile b/games/windstille/Makefile index 3c6e3b20b8b5..1a66d0db915e 100644 --- a/games/windstille/Makefile +++ b/games/windstille/Makefile @@ -25,6 +25,9 @@ USE_GL= glew USE_SDL= sdl image USES= bison +DEPRECATED= Unplayable, development ceased +EXPIRATION_DATE=2013-11-12 + post-extract: @${RM} -rf ${WRKSRC}/lib ${WRKSRC}/data/music/* |