diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-07 07:44:58 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-07 07:44:58 +0800 |
commit | 935b014e90a6e3ba4c5ea1d181b24a79585ab0ef (patch) | |
tree | 1d1d028d5058a8877a84c18e9b44f54cd35bd968 /games | |
parent | 762e83725ff5305f5153965a97371e772a3af674 (diff) | |
download | freebsd-ports-gnome-935b014e90a6e3ba4c5ea1d181b24a79585ab0ef.tar.gz freebsd-ports-gnome-935b014e90a6e3ba4c5ea1d181b24a79585ab0ef.tar.zst freebsd-ports-gnome-935b014e90a6e3ba4c5ea1d181b24a79585ab0ef.zip |
devel/renpy: add 6.18 slave for compatibility with games/katawa-shoujo
PKGNAMESUFFIX is based on 6.99.11 being "the latest in a series of
releases that will culminate in Ren'Py 7".
Diffstat (limited to 'games')
-rw-r--r-- | games/katawa-shoujo/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/katawa-shoujo/Makefile b/games/katawa-shoujo/Makefile index 60ce0ff4c7fc..7378b788b4f8 100644 --- a/games/katawa-shoujo/Makefile +++ b/games/katawa-shoujo/Makefile @@ -3,7 +3,7 @@ PORTNAME= katawa-shoujo PORTVERSION= 1.3.1 DISTVERSIONSUFFIX=-[linux-x86][18161880] -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://dl.katawa-shoujo.com/gold_${PORTVERSION}/:game \ http://dl.katawa-shoujo.com/patches/:patch \ @@ -22,9 +22,7 @@ LICENSE_NAME= Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported LICENSE_TEXT= See https://creativecommons.org/licenses/by-nc-nd/3.0/ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -RUN_DEPENDS= renpy:devel/renpy - -BROKEN= game/ui_settings.rpy:2: ValueError('list.remove(x): x not in list',) +RUN_DEPENDS= renpy6<6.99.11:devel/renpy6 USES= tar:bz2 NO_ARCH= yes |