1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

- Unbreak by using supported love version

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-11-27 12:23:12 +00:00
parent d8d93a8faf
commit 7fdedcd9f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486001
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
#!/bin/sh
exec %%LOCALBASE%%/bin/love %%DATADIR%%/%%PORTNAME%%_%%PORTVERSION%%.love "$@"
exec %%LOCALBASE%%/bin/love08 %%DATADIR%%/%%PORTNAME%%_%%PORTVERSION%%.love "$@"