pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/py-renpy



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Jan 12 23:04:09 UTC 2020

Modified Files:
        pkgsrc/games/py-renpy: Makefile

Log Message:
Use correct path to cython.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/py-renpy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/py-renpy/Makefile
diff -u pkgsrc/games/py-renpy/Makefile:1.24 pkgsrc/games/py-renpy/Makefile:1.25
--- pkgsrc/games/py-renpy/Makefile:1.24 Mon Sep  2 13:20:20 2019
+++ pkgsrc/games/py-renpy/Makefile      Sun Jan 12 23:04:09 2020
@@ -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.
 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