diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-24 18:37:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-24 18:37:58 +0000 |
commit | 1057d74ee5e721e5fa048cea193bdf5d8f5977aa (patch) | |
tree | 356ea7476aa87d639c2c5bbb9eb6166bd7ac133a | |
parent | Mark as wxGTK 2.8 only (diff) |
Switch to use wxGTK30
-rw-r--r-- | emulators/playonbsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/playonbsd/Makefile b/emulators/playonbsd/Makefile index d6b9016aef56..b45517f0b313 100644 --- a/emulators/playonbsd/Makefile +++ b/emulators/playonbsd/Makefile @@ -32,7 +32,7 @@ GECKO_RUN_DEPENDS= wine-gecko>=2.21:emulators/wine-gecko ONLY_FOR_ARCHS= amd64 i386 USES= python:run perl5 -USE_WX= 2.8+ +USE_WX= 3.0 WX_COMPS= python:run USE_GITHUB= yes |