svn commit: r455832 - head/emulators/hatari
Antoine Brodin
antoine at FreeBSD.org
Sat Dec 9 09:40:05 UTC 2017
Author: antoine
Date: Sat Dec 9 09:40:04 2017
New Revision: 455832
URL: https://svnweb.freebsd.org/changeset/ports/455832
Log:
- hatari is not compatible with python3
TODO: make it no longer depend on the python metaport
Modified:
head/emulators/hatari/Makefile
Modified: head/emulators/hatari/Makefile
==============================================================================
--- head/emulators/hatari/Makefile Sat Dec 9 09:36:10 2017 (r455831)
+++ head/emulators/hatari/Makefile Sat Dec 9 09:40:04 2017 (r455832)
@@ -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
More information about the svn-ports-all
mailing list