Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2020 14:45:33 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531608 - head/cad/PrusaSlicer
Message-ID:  <202004131445.03DEjXKv024096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004131445.03DEjXKv024096>