aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-11-27 20:23:12 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-11-27 20:23:12 +0800
commit7fdedcd9f08fb2aad6782605fae2d84a637f0052 (patch)
tree3ffb2d35871008c2e1f9f127b102efed463871cb /games
parentd8d93a8fafcce46a5dee16d57215a1414c6acb6c (diff)
downloadfreebsd-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/Makefile3
-rw-r--r--games/mari0/files/mari0.in2
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 "$@"