svn commit: r493795 - head/emulators/playonbsd

Baptiste Daroussin bapt at FreeBSD.org
Sun Feb 24 18:37:59 UTC 2019


Author: bapt
Date: Sun Feb 24 18:37:58 2019
New Revision: 493795
URL: https://svnweb.freebsd.org/changeset/ports/493795

Log:
  Switch to use wxGTK30

Modified:
  head/emulators/playonbsd/Makefile

Modified: head/emulators/playonbsd/Makefile
==============================================================================
--- head/emulators/playonbsd/Makefile	Sun Feb 24 18:04:55 2019	(r493794)
+++ head/emulators/playonbsd/Makefile	Sun Feb 24 18:37:58 2019	(r493795)
@@ -32,7 +32,7 @@ GECKO_RUN_DEPENDS=	wine-gecko>=2.21:emulators/wine-gec
 ONLY_FOR_ARCHS=	amd64 i386
 
 USES=		python:run perl5
-USE_WX=		2.8+
+USE_WX=		3.0
 WX_COMPS=	python:run
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list