svn commit: r530795 - head/cad/PrusaSlicer

Michael Reifenberger mr at FreeBSD.org
Sun Apr 5 16:32:00 UTC 2020


Author: mr
Date: Sun Apr  5 16:31:35 2020
New Revision: 530795
URL: https://svnweb.freebsd.org/changeset/ports/530795

Log:
  Fix RUN_DEPENDS
  
  PR:		245247
  Submitted by:	teodorsigaev at gmail.com
  Reported by:	thierry@

Modified:
  head/cad/PrusaSlicer/Makefile

Modified: head/cad/PrusaSlicer/Makefile
==============================================================================
--- head/cad/PrusaSlicer/Makefile	Sun Apr  5 16:27:14 2020	(r530794)
+++ head/cad/PrusaSlicer/Makefile	Sun Apr  5 16:31:35 2020	(r530795)
@@ -17,7 +17,10 @@ LIB_DEPENDS=	libtbb.so:devel/tbb \
 		libnlopt.so:math/nlopt \
 		libwx_gtk3u_core-3.1.so:x11-toolkits/wxgtk31 \
 		libcurl.so:ftp/curl \
-		libexpat.so:textproc/expat2
+		libexpat.so:textproc/expat2 \
+		libopenvdb.so:misc/openvdb \
+		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 \


More information about the svn-ports-all mailing list