pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/py-renpy Use correct path to cython.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6df436a0910c
branches:  trunk
changeset: 421190:6df436a0910c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 12 23:04:09 2020 +0000

description:
Use correct path to cython.

diffstat:

 games/py-renpy/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 003248520cab -r 6df436a0910c games/py-renpy/Makefile
--- a/games/py-renpy/Makefile   Sun Jan 12 23:03:28 2020 +0000
+++ b/games/py-renpy/Makefile   Sun Jan 12 23:04:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/09/02 13:20:20 adam Exp $
+# $NetBSD: Makefile,v 1.25 2020/01/12 23:04:09 joerg Exp $
 
 DISTNAME=      renpy-6.18.3-source
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-source//}
@@ -24,7 +24,7 @@
 RENPY_DEPS_INSTALL+=   ${BUILDLINK_PREFIX.ffmpeg2}/${BUILDLINK_LIBDIRS.ffmpeg2}
 
 MAKE_ENV+=     RENPY_DEPS_INSTALL=${RENPY_DEPS_INSTALL:ts;:S,;,::,g:Q}
-MAKE_ENV+=     RENPY_CYTHON=cython${PYVERSSUFFIX}
+MAKE_ENV+=     RENPY_CYTHON=cython-${PYVERSSUFFIX}
 
 INSTALLATION_DIRS=     bin ${RENPY_DIR}
 



Home | Main Index | Thread Index | Old Index