Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 10:38:43 +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: r493961 - head/emulators/playonbsd
Message-ID:  <201902261038.x1QAchmv035311@repo.freebsd.org>

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



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