Date: Sun, 1 Mar 2020 05:34:26 +0000 (UTC) From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527491 - head/audio/py-karaoke Message-ID: <202003010534.0215YQCm045739@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003010534.0215YQCm045739>