svn commit: r554986 - head/cad/PrusaSlicer

Loïc Bartoletti lbartoletti at FreeBSD.org
Thu Nov 12 20:39:30 UTC 2020


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 at 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


More information about the svn-ports-all mailing list