svn commit: r527491 - head/audio/py-karaoke

Loïc Bartoletti lbartoletti at FreeBSD.org
Sun Mar 1 05:34:27 UTC 2020


Author: lbartoletti
Date: Sun Mar  1 05:34:26 2020
New Revision: 527491
URL: https://svnweb.freebsd.org/changeset/ports/527491

Log:
  audio/py-karaoke: fix USE_WK and use only wxWidgets28
  
  audio/py-karaoke does not build with x11-toolkits/py-wxWidgets40 introduced by https://reviews.freebsd.org/D21915
  
  Reported by:	antoine
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D23899

Modified:
  head/audio/py-karaoke/Makefile

Modified: head/audio/py-karaoke/Makefile
==============================================================================
--- head/audio/py-karaoke/Makefile	Sun Mar  1 04:46:05 2020	(r527490)
+++ head/audio/py-karaoke/Makefile	Sun Mar  1 05:34:26 2020	(r527491)
@@ -27,7 +27,7 @@ SHEBANG_FILES=	install/pykaraoke_mini install/pykar in
 		install/pycdg install/pympg
 USE_SDL=	sdl
 USE_XORG=	x11 xau xcb xdmcp
-USE_WX=		2.8+
+USE_WX=		2.8
 WX_COMPS=	python:lib
 
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-head mailing list