diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-27 20:23:12 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-27 20:23:12 +0800 |
commit | 7fdedcd9f08fb2aad6782605fae2d84a637f0052 (patch) | |
tree | 3ffb2d35871008c2e1f9f127b102efed463871cb /games | |
parent | d8d93a8fafcce46a5dee16d57215a1414c6acb6c (diff) | |
download | freebsd-ports-gnome-7fdedcd9f08fb2aad6782605fae2d84a637f0052.tar.gz freebsd-ports-gnome-7fdedcd9f08fb2aad6782605fae2d84a637f0052.tar.zst freebsd-ports-gnome-7fdedcd9f08fb2aad6782605fae2d84a637f0052.zip |
- Unbreak by using supported love version
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/mari0/Makefile | 3 | ||||
-rw-r--r-- | games/mari0/files/mari0.in | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/mari0/Makefile b/games/mari0/Makefile index a0b60ba20cb0..405feeb4cab1 100644 --- a/games/mari0/Makefile +++ b/games/mari0/Makefile @@ -3,6 +3,7 @@ PORTNAME= mari0 PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://stabyourself.net/dl.php?file=${PORTNAME}-${PORTVERSION:C/\./00/}/ DISTNAME= ${PORTNAME}-source @@ -13,7 +14,7 @@ COMMENT= Nintendo\'s Super Mario Bros and Valve\'s Portal at same time LICENSE= CC-BY-NC-SA-3.0 -RUN_DEPENDS= love:devel/love +RUN_DEPENDS= love08:devel/love08 USES= zip NO_BUILD= yes diff --git a/games/mari0/files/mari0.in b/games/mari0/files/mari0.in index 8738a2d94f17..dae392d13feb 100644 --- a/games/mari0/files/mari0.in +++ b/games/mari0/files/mari0.in @@ -1,3 +1,3 @@ #!/bin/sh -exec %%LOCALBASE%%/bin/love %%DATADIR%%/%%PORTNAME%%_%%PORTVERSION%%.love "$@" +exec %%LOCALBASE%%/bin/love08 %%DATADIR%%/%%PORTNAME%%_%%PORTVERSION%%.love "$@" |