Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 19:59:22 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547293 - head/cad/PrusaSlicer
Message-ID:  <202009011959.081JxMN4067794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009011959.081JxMN4067794>