Date: Thu, 12 Nov 2020 20:39:30 +0000 (UTC) From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554986 - head/cad/PrusaSlicer Message-ID: <202011122039.0ACKdUMd002737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lbartoletti Date: Thu Nov 12 20:39:30 2020 New Revision: 554986 URL: https://svnweb.freebsd.org/changeset/ports/554986 Log: cad/PrusaSlicer: convert to USES=eigen PR: 250949 Approved by: teodorsigaev@gmail.com (maintainer) Modified: head/cad/PrusaSlicer/Makefile Modified: head/cad/PrusaSlicer/Makefile ============================================================================== --- head/cad/PrusaSlicer/Makefile Thu Nov 12 20:36:12 2020 (r554985) +++ head/cad/PrusaSlicer/Makefile Thu Nov 12 20:39:30 2020 (r554986) @@ -22,7 +22,6 @@ LIB_DEPENDS= libtbb.so:devel/tbb \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr BUILD_DEPENDS= cereal>=1.2.2:devel/cereal \ - eigen>=3.3:math/eigen3 \ googletest>=1.7:devel/googletest \ boost-libs>=1.64:devel/boost-libs \ wx31-gtk3>=3.1:x11-toolkits/wxgtk31 \ @@ -33,7 +32,7 @@ BUILD_DEPENDS= cereal>=1.2.2:devel/cereal \ mpfr>=4.0.2:math/mpfr \ qt5-buildtools>=0:devel/qt5-buildtools -USES= cmake gettext gl iconv pkgconfig +USES= cmake eigen:3 gettext gl iconv pkgconfig CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.1-config \ -DCGAL_DIR=${WRKSRC}/CGAL/lib/cmake/CGAL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011122039.0ACKdUMd002737>