svn commit: r493961 - head/emulators/playonbsd

Antoine Brodin antoine at FreeBSD.org
Tue Feb 26 10:38:44 UTC 2019


Author: antoine
Date: Tue Feb 26 10:38:43 2019
New Revision: 493961
URL: https://svnweb.freebsd.org/changeset/ports/493961

Log:
  Fix build with DEFAULT_VERSIONS=python=3.x
  
  PR:		234681

Modified:
  head/emulators/playonbsd/Makefile

Modified: head/emulators/playonbsd/Makefile
==============================================================================
--- head/emulators/playonbsd/Makefile	Tue Feb 26 10:25:09 2019	(r493960)
+++ head/emulators/playonbsd/Makefile	Tue Feb 26 10:38:43 2019	(r493961)
@@ -31,7 +31,7 @@ GECKO_RUN_DEPENDS=	wine-gecko>=2.21:emulators/wine-gec
 
 ONLY_FOR_ARCHS=	amd64 i386
 
-USES=		python:run perl5
+USES=		python:2.7,run perl5
 USE_WX=		3.0
 WX_COMPS=	python:run
 


More information about the svn-ports-all mailing list