1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

devel/renpy: fix TKINTER regressing after r382557

Traceback (most recent call last):
  File "choose_directory.rpy", line 61, in choose_directory
  File "/usr/local/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/local/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
This commit is contained in:
Jan Beich 2015-05-29 04:56:20 +00:00
parent c04129cc12
commit 3726084121
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387782

View File

@ -3,6 +3,7 @@
PORTNAME= renpy
PORTVERSION= 6.99.2
DISTVERSIONSUFFIX=-source
PORTREVISION= 1
CATEGORIES= devel games
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \
GENTOO
@ -63,7 +64,7 @@ PORTDATA+= the_question tutorial
post-patch:
@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \
${WRKSRC}/launcher/game/project.rpy
${WRKSRC}/launcher/game/choose_directory.rpy
# Avoid having to add -I/usr/include -L/usr/lib
@${REINPLACE_CMD} '/library("z")/d' ${BUILD_WRKSRC}/${PYSETUP}