1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Use supported love version

This commit is contained in:
Dmitry Marakasov 2018-11-27 12:40:40 +00:00
parent 5def1a85b9
commit d2f35bf969
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486004
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= 90secondportraits
PORTVERSION= 1.01b
PORTREVISION= 1
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
@ -12,7 +13,7 @@ LICENSE= ZLIB MIT CC-BY-SA-4.0 CC-BY-3.0
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= love:devel/love
RUN_DEPENDS= love10:devel/love10
USE_GITHUB= yes
GH_ACCOUNT= SimonLarsen:DEFAULT

View File

@ -1,3 +1,3 @@
#!/bin/sh
exec %%LOCALBASE%%/bin/love %%DATADIR%% "$@"
exec %%LOCALBASE%%/bin/love10 %%DATADIR%% "$@"