diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2016-10-31 23:51:34 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2016-10-31 23:51:34 +0000 |
commit | e8ec68ad6cb906b45d37e60cb3f3cebc46b84098 (patch) | |
tree | ede0bcd5ae4cf18503dfd93412014a579d89138c | |
parent | f34c3a8543649c060ae3bb4a0b2745d2a5598f85 (diff) | |
download | ports-e8ec68ad6cb906b45d37e60cb3f3cebc46b84098.tar.gz ports-e8ec68ad6cb906b45d37e60cb3f3cebc46b84098.zip |
Notes
-rw-r--r-- | games/supertux/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/supertux/Makefile b/games/supertux/Makefile index f8ad54627b10..06e0732c6f28 100644 --- a/games/supertux/Makefile +++ b/games/supertux/Makefile @@ -5,13 +5,11 @@ PORTNAME= supertux PORTVERSION= 0.1.3 PORTREVISION= 12 CATEGORIES= games -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://github.com/SuperTux/downloads/raw/master/ MAINTAINER= ports@FreeBSD.org COMMENT= Side-scroller game similar to Super Mario Brothers -BROKEN= Unfetchable (google code has gone away) - USES= gmake tar:bzip2 USE_SDL= image mixer USE_GL= gl |