diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-01 19:59:22 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-01 19:59:22 +0000 |
commit | 6fc8f67f09d42d521c53bf3c9fa7f3937bf091f3 (patch) | |
tree | 52a10f820e35ff454aff3de52eb68d48e3537e03 /cad | |
parent | lang/go: Update to 1.15.1 (diff) |
cad/PrusaSlicer: Use USE_WX instead of the LIB_DEPENDS with the WX library
Approved by: portmgr (blanket compliance)
Notes
Notes:
svn path=/head/; revision=547293
Diffstat (limited to 'cad')
-rw-r--r-- | cad/PrusaSlicer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile index 28d6156b2029..ab425754c85f 100644 --- a/cad/PrusaSlicer/Makefile +++ b/cad/PrusaSlicer/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= libtbb.so:devel/tbb \ libboost_log.so:devel/boost-libs \ libHalf.so:graphics/ilmbase \ libnlopt.so:math/nlopt \ - libwx_gtk3u_core-3.1.so:x11-toolkits/wxgtk31 \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libopenvdb.so:misc/openvdb \ @@ -43,6 +42,7 @@ CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= prusa3d GH_TUPLE= CGAL:cgal:releases/CGAL-5.0.2:cgal +USE_WX= 3.1 USE_GL= gl glu glew post-patch: |