svn commit: r547293 - head/cad/PrusaSlicer

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 1 19:59:23 UTC 2020


Author: yuri
Date: Tue Sep  1 19:59:22 2020
New Revision: 547293
URL: https://svnweb.freebsd.org/changeset/ports/547293

Log:
  cad/PrusaSlicer: Use USE_WX instead of the LIB_DEPENDS with the WX library
  
  Approved by:	portmgr (blanket compliance)

Modified:
  head/cad/PrusaSlicer/Makefile

Modified: head/cad/PrusaSlicer/Makefile
==============================================================================
--- head/cad/PrusaSlicer/Makefile	Tue Sep  1 19:36:59 2020	(r547292)
+++ head/cad/PrusaSlicer/Makefile	Tue Sep  1 19:59:22 2020	(r547293)
@@ -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:


More information about the svn-ports-all mailing list