aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-03-01 05:34:26 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-03-01 05:34:26 +0000
commit01724a46806a0382ace2e91eb94eea8d4f4dd70b (patch)
tree7e9b1bdecac646ef4ca147f510971ddcc6eefb09
parent2640aaf617512b341c77426b746424fb9af3ad6b (diff)
downloadports-01724a46806a0382ace2e91eb94eea8d4f4dd70b.tar.gz
ports-01724a46806a0382ace2e91eb94eea8d4f4dd70b.zip
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
Notes
Notes: svn path=/head/; revision=527491
-rw-r--r--audio/py-karaoke/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile
index b1ec23b731d9..98c02b8a88c1 100644
--- a/audio/py-karaoke/Makefile
+++ b/audio/py-karaoke/Makefile
@@ -27,7 +27,7 @@ SHEBANG_FILES= install/pykaraoke_mini install/pykar install/pykaraoke \
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