Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 19:04: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: r470945 - head/emulators/wxmupen64plus
Message-ID:  <201805261904.w4QJ44QG056374@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May 26 19:04:04 2018
New Revision: 470945
URL: https://svnweb.freebsd.org/changeset/ports/470945

Log:
  wxmupen64plus is not compatible with python3

Modified:
  head/emulators/wxmupen64plus/Makefile

Modified: head/emulators/wxmupen64plus/Makefile
==============================================================================
--- head/emulators/wxmupen64plus/Makefile	Sat May 26 18:40:49 2018	(r470944)
+++ head/emulators/wxmupen64plus/Makefile	Sat May 26 19:04:04 2018	(r470945)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libmupen64plus.so.2:emul
 
 WRKSRC=		${WRKDIR}/auria-${PORTNAME}-0564db396383
 
-USES=		compiler:c++11-lib python
+USES=		compiler:c++11-lib python:2.7
 USE_CXXSTD=	c++11
 USE_SDL=	yes
 USE_WX=		3.0



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