svn commit: r470945 - head/emulators/wxmupen64plus

Antoine Brodin antoine at FreeBSD.org
Sat May 26 19:04:05 UTC 2018


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


More information about the svn-ports-all mailing list