diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-14 01:21:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-14 01:21:52 +0000 |
commit | f6fae5d52a2f989cf7c4be34967a95d0acef2f46 (patch) | |
tree | 35def9be863169667ae476f1ce8ea217587ef41a /games/motogt | |
parent | 70e1239f7d166ec7284d011ba24b7d28a6644110 (diff) | |
download | ports-f6fae5d52a2f989cf7c4be34967a95d0acef2f46.tar.gz ports-f6fae5d52a2f989cf7c4be34967a95d0acef2f46.zip |
Notes
Diffstat (limited to 'games/motogt')
-rw-r--r-- | games/motogt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/motogt/Makefile b/games/motogt/Makefile index b3c921f3c193..729ab75aab83 100644 --- a/games/motogt/Makefile +++ b/games/motogt/Makefile @@ -5,14 +5,12 @@ PORTNAME= motogt PORTVERSION= 20110505 PORTREVISION= 6 CATEGORIES= games -MASTER_SITES= SF/motogt/ +MASTER_SITES= SF/motogt/MotoGT1/ DISTNAME= MotoGT-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= 2D top-viewed motorcycle racing game -BROKEN= unfetchable - LIB_DEPENDS= libsfml1-system.so:${PORTSDIR}/devel/sfml1 \ libpng.so:${PORTSDIR}/graphics/png |