aboutsummaryrefslogtreecommitdiff
path: root/cad/PrusaSlicer
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-01 19:59:22 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-01 19:59:22 +0000
commit6fc8f67f09d42d521c53bf3c9fa7f3937bf091f3 (patch)
tree52a10f820e35ff454aff3de52eb68d48e3537e03 /cad/PrusaSlicer
parentb4b81814c122e65538778e2aaec3eab9583dcdef (diff)
downloadports-6fc8f67f09d42d521c53bf3c9fa7f3937bf091f3.tar.gz
ports-6fc8f67f09d42d521c53bf3c9fa7f3937bf091f3.zip
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/PrusaSlicer')
-rw-r--r--cad/PrusaSlicer/Makefile2
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: