diff options
Diffstat (limited to 'games/py-renpy/Makefile')
-rw-r--r-- | games/py-renpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/py-renpy/Makefile b/games/py-renpy/Makefile index 7a53219bf3e..df9e7e67f00 100644 --- a/games/py-renpy/Makefile +++ b/games/py-renpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:18 adam Exp $ +# $NetBSD: Makefile,v 1.21 2019/04/26 13:13:58 maya Exp $ DISTNAME= renpy-6.18.3-source PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-source//} @@ -16,7 +16,7 @@ USE_TOOLS+= pax PYSETUPSUBDIR= module EGG_NAME= Ren_Py-${PKGVERSION_NOREV}.761 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.SDL} RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.freetype2} |