diff options
| author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-15 18:11:49 +0000 |
|---|---|---|
| committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-25 05:44:05 +0000 |
| commit | 30a174195179d211e9a8f1038942c13545237783 (patch) | |
| tree | c2e0fccce89bb829acba4a657e131b061b7d263d | |
| parent | a0b0e6e9b6f22625cd040be7030e30cbae042be8 (diff) | |
cad/PrusaSlicer: use wx 3.2
PR: 265093
| -rw-r--r-- | cad/PrusaSlicer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile index 691c54f9e59b..1f21a55aa12d 100644 --- a/cad/PrusaSlicer/Makefile +++ b/cad/PrusaSlicer/Makefile @@ -1,7 +1,7 @@ PORTNAME= PrusaSlicer DISTVERSIONPREFIX=version_ DISTVERSION= 2.3.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad MAINTAINER= teodorsigaev@gmail.com @@ -32,7 +32,7 @@ CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DSLIC3R_FHS=1 USE_GITHUB= yes GH_ACCOUNT= prusa3d -USE_WX= 3.1 +USE_WX= 3.2 USE_GL= gl glu glew PORTDATA= * |
