diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-19 14:50:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-19 14:50:52 +0000 |
commit | 67971bd0fb8a440f973d12606b0f496ba216d7df (patch) | |
tree | 72fd93ae39b43490b34dc8479465e07b453d126e /games/childsplay | |
parent | f13c234d6c664c916b5c0d0e6f089d8ef0c93d55 (diff) |
Notes
Diffstat (limited to 'games/childsplay')
-rw-r--r-- | games/childsplay/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/childsplay/Makefile b/games/childsplay/Makefile index a54caba4b947..3e7dcee42f93 100644 --- a/games/childsplay/Makefile +++ b/games/childsplay/Makefile @@ -21,8 +21,6 @@ NO_BUILD= yes USES= gettext shebangfix tar:tgz python:2 USE_GNOME= pygtk2 -python_OLD_CMD= /usr/bin/env python -python_CMD= ${SETENV} python2 SHEBANG_FILES= childsplay.py .for i in buttons funcs text dialogs gtk_widgets base SHEBANG_FILES+= SPWidgets/$i.py |