diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-09-27 11:59:24 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-09-27 11:59:24 +0800 |
commit | c773066bb27e663e8ec25ea841e243aa89b7af84 (patch) | |
tree | 03958b687eb53fe19ae9c2b038b0b3df6ed08a98 | |
parent | aedebe7f3a896cdc016e487b21059ceb2c9ee1b8 (diff) | |
download | freebsd-ports-gnome-c773066bb27e663e8ec25ea841e243aa89b7af84.tar.gz freebsd-ports-gnome-c773066bb27e663e8ec25ea841e243aa89b7af84.tar.zst freebsd-ports-gnome-c773066bb27e663e8ec25ea841e243aa89b7af84.zip |
- Switch from devel/love to devel/love5, as the game won't work with newer versions of love
-rw-r--r-- | games/gunfudeadlands/Makefile | 4 | ||||
-rw-r--r-- | games/gunfudeadlands/files/gunfudeadlands.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/gunfudeadlands/Makefile b/games/gunfudeadlands/Makefile index 75b963d81964..9fb79070cd64 100644 --- a/games/gunfudeadlands/Makefile +++ b/games/gunfudeadlands/Makefile @@ -7,7 +7,7 @@ PORTNAME= gunfudeadlands PORTVERSION= 1.00 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/GunFu%20Deadlands%20${PORTVERSION}/ DISTNAME= GunFuDeadlands_${PORTVERSION:C/\.//}_src @@ -15,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= love5:${PORTSDIR}/devel/love5 USE_ZIP= yes NO_BUILD= yes diff --git a/games/gunfudeadlands/files/gunfudeadlands.in b/games/gunfudeadlands/files/gunfudeadlands.in index ac5779fc047a..5e75d78685bd 100644 --- a/games/gunfudeadlands/files/gunfudeadlands.in +++ b/games/gunfudeadlands/files/gunfudeadlands.in @@ -1,3 +1,3 @@ #!/bin/sh -exec %%LOCALBASE%%/bin/love %%DATADIR%%/GunFuDeadlands.zip "$@" +exec %%LOCALBASE%%/bin/love5 %%DATADIR%%/GunFuDeadlands.zip "$@" |