diff options
-rw-r--r-- | devel/renpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/renpy/Makefile b/devel/renpy/Makefile index c48a2a2e63ab..c6d37ffad89d 100644 --- a/devel/renpy/Makefile +++ b/devel/renpy/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:${PORTSDIR}/devel/py-game_sdl2 USES= python:2.7 shebangfix tar:bz2 USE_PYTHON= autoplist distutils USE_SDL= sdl2 -EXTRACT_AFTER_ARGS=--exclude gen +EXTRACT_AFTER_ARGS=--exclude gen --exclude '*.py[co]' SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py python_OLD_CMD= /usr/bin/env python python_CMD= ${PYTHON_CMD} |