svn commit: r531608 - head/cad/PrusaSlicer
Fernando Apesteguía
fernape at FreeBSD.org
Mon Apr 13 14:45:33 UTC 2020
Author: fernape
Date: Mon Apr 13 14:45:32 2020
New Revision: 531608
URL: https://svnweb.freebsd.org/changeset/ports/531608
Log:
cad/PrusaSlicer: unbreak
Remove bad USES = glu and add USES_GL = glu
PR: 245418
Reported by: antoine@
Modified:
head/cad/PrusaSlicer/Makefile
Modified: head/cad/PrusaSlicer/Makefile
==============================================================================
--- head/cad/PrusaSlicer/Makefile Mon Apr 13 14:11:34 2020 (r531607)
+++ head/cad/PrusaSlicer/Makefile Mon Apr 13 14:45:32 2020 (r531608)
@@ -13,8 +13,6 @@ COMMENT= Slicing application for 3D printers
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN= unknown USES=glu
-
LIB_DEPENDS= libtbb.so:devel/tbb \
libboost_log.so:devel/boost-libs \
libHalf-2_4.so:graphics/ilmbase \
@@ -36,14 +34,14 @@ BUILD_DEPENDS= cereal>=1.2.2:devel/cereal \
gmp>=6.1.2:math/gmp \
mpfr>=4.0.2:math/mpfr
-USES= cmake gettext gl glu iconv
+USES= cmake gettext gl iconv
CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.1-config \
-DCGAL_DIR=${WRKSRC}/CGAL/lib/cmake/CGAL
CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME}
USE_GITHUB= yes
-USE_GL= glew
+USE_GL= glu glew
GH_ACCOUNT= prusa3d
post-patch:
More information about the svn-ports-all
mailing list