aboutsummaryrefslogtreecommitdiff
path: root/cad/PrusaSlicer
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-04-13 14:45:32 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-04-13 14:45:32 +0000
commit3c0117599cbee054437d11fcd2e9a573a9f45417 (patch)
tree2e682c46d5b04fe8927fba58a68f6fc0a8e2b935 /cad/PrusaSlicer
parentc49c72125c617d1f8126d3d5a80661e7211a8b37 (diff)
downloadports-3c0117599cbee054437d11fcd2e9a573a9f45417.tar.gz
ports-3c0117599cbee054437d11fcd2e9a573a9f45417.zip
cad/PrusaSlicer: unbreak
Remove bad USES = glu and add USES_GL = glu PR: 245418 Reported by: antoine@
Notes
Notes: svn path=/head/; revision=531608
Diffstat (limited to 'cad/PrusaSlicer')
-rw-r--r--cad/PrusaSlicer/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index b79e1d204892..b21093c2c224 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -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: