diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-09 17:40:04 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:05:59 +0800 |
commit | 2fe26341d435fa43f0fc70e3ab86ff114d2300f4 (patch) | |
tree | ec2482ea13d6e863a73a72789817c858a534146f /emulators | |
parent | 95e68d5bda77fc75f60cb3e121cae69fb96487ef (diff) | |
download | freebsd-ports-gnome-2fe26341d435fa43f0fc70e3ab86ff114d2300f4.tar.gz freebsd-ports-gnome-2fe26341d435fa43f0fc70e3ab86ff114d2300f4.tar.zst freebsd-ports-gnome-2fe26341d435fa43f0fc70e3ab86ff114d2300f4.zip |
- hatari is not compatible with python3
TODO: make it no longer depend on the python metaport
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hatari/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index a463c6732971..cc59c09992a0 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -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 |