diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-10-04 20:37:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-10-04 20:37:49 +0000 |
commit | c2d833f1e7d617f28342f3299098148642f09c71 (patch) | |
tree | 18b6f3e214b07ff729d7c3c259c90c0c6576e986 /games/gunfudeadlands/Makefile | |
parent | aeb1c54b4bf1bd77db5451ed581670bb8fb00107 (diff) |
Notes
Diffstat (limited to 'games/gunfudeadlands/Makefile')
-rw-r--r-- | games/gunfudeadlands/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gunfudeadlands/Makefile b/games/gunfudeadlands/Makefile index 9fb79070cd64..01fdfccd6e8d 100644 --- a/games/gunfudeadlands/Makefile +++ b/games/gunfudeadlands/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gunfudeadlands -PORTVERSION= 1.00 -PORTREVISION= 3 +PORTVERSION= 1.01 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/GunFu%20Deadlands%20${PORTVERSION}/ DISTNAME= GunFuDeadlands_${PORTVERSION:C/\.//}_src @@ -15,7 +14,7 @@ DISTNAME= GunFuDeadlands_${PORTVERSION:C/\.//}_src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Far West themed 2D shooter featuring bullet time -RUN_DEPENDS= love5:${PORTSDIR}/devel/love5 +RUN_DEPENDS= love:${PORTSDIR}/devel/love USE_ZIP= yes NO_BUILD= yes |