diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-28 11:52:01 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-28 11:52:01 +0000 |
commit | 6f0b043ef1bb587f6758024912820608e25ddf27 (patch) | |
tree | d3cd3695f8104bb5409a4b88c3d443c3b95e22c9 /games/springlobby | |
parent | 41240d7ac5951c20bc9244aac33e663329dd5336 (diff) |
Notes
Diffstat (limited to 'games/springlobby')
-rw-r--r-- | games/springlobby/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index 32e2a3a50ceb..23e8f9890148 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -14,6 +14,9 @@ COMMENT= Cross-platform lobby client for the Spring RTS project LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expiring games/spring +EXPIRATION_DATE= 2015-04-30 + RUN_DEPENDS= spring:${PORTSDIR}/games/spring LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libboost_thread.so:${PORTSDIR}/devel/boost-libs |