Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 09:40:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455832 - head/emulators/hatari
Message-ID:  <201712090940.vB99e4KM040754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712090940.vB99e4KM040754>