diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-04-24 02:37:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-04-24 02:37:28 +0800 |
commit | 78cde48634b0b2604bd51154225908ab4caef3a2 (patch) | |
tree | 6f824c3bf6790289dfdd2e4877945c6caf2d2b8b /games/gunfudeadlands | |
parent | 4938139b338bb0c362d9e2a8665761176086bff0 (diff) | |
download | freebsd-ports-gnome-78cde48634b0b2604bd51154225908ab4caef3a2.tar.gz freebsd-ports-gnome-78cde48634b0b2604bd51154225908ab4caef3a2.tar.zst freebsd-ports-gnome-78cde48634b0b2604bd51154225908ab4caef3a2.zip |
- Switch to devel/love07
Diffstat (limited to 'games/gunfudeadlands')
-rw-r--r-- | games/gunfudeadlands/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gunfudeadlands/Makefile b/games/gunfudeadlands/Makefile index 01fdfccd6e8d..ae2c64f6a07f 100644 --- a/games/gunfudeadlands/Makefile +++ b/games/gunfudeadlands/Makefile @@ -7,6 +7,7 @@ PORTNAME= gunfudeadlands PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/GunFu%20Deadlands%20${PORTVERSION}/ DISTNAME= GunFuDeadlands_${PORTVERSION:C/\.//}_src @@ -14,7 +15,7 @@ DISTNAME= GunFuDeadlands_${PORTVERSION:C/\.//}_src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Far West themed 2D shooter featuring bullet time -RUN_DEPENDS= love:${PORTSDIR}/devel/love +RUN_DEPENDS= love07:${PORTSDIR}/devel/love07 USE_ZIP= yes NO_BUILD= yes |