- hatari is not compatible with python3
TODO: make it no longer depend on the python metaport
This commit is contained in:
parent
1960dc431c
commit
d15a13b154
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455832
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libportaudio.so:audio/portaudio \
|
|||
BUILD_DEPENDS= python:lang/python
|
||||
RUN_DEPENDS= python:lang/python
|
||||
|
||||
USES= cmake desktop-file-utils python readline shared-mime-info \
|
||||
USES= cmake desktop-file-utils python:2.7 readline shared-mime-info \
|
||||
shebangfix tar:bzip2
|
||||
SHEBANG_FILES= python-ui/*.py tools/atari-convert-dir.py \
|
||||
tools/debugger/hatari_profile.py tools/hconsole/*.py
|
||||
|
|
Loading…
Reference in a new issue