svn commit: r499660 - head/graphics/colmap

Jan Beich jbeich at FreeBSD.org
Mon Apr 22 17:37:40 UTC 2019


Author: jbeich
Date: Mon Apr 22 17:37:39 2019
New Revision: 499660
URL: https://svnweb.freebsd.org/changeset/ports/499660

Log:
  graphics/colmap: drop USES=gmake
  
  Ignored: is marked as broken: USES=gmake is incompatible with cmake's ninja-generator

Modified:
  head/graphics/colmap/Makefile   (contents, props changed)

Modified: head/graphics/colmap/Makefile
==============================================================================
--- head/graphics/colmap/Makefile	Mon Apr 22 17:18:37 2019	(r499659)
+++ head/graphics/colmap/Makefile	Mon Apr 22 17:37:39 2019	(r499660)
@@ -43,8 +43,8 @@ CGAL_DESC=		Graph-cut on Delaunay triangulation based 
 CGAL_LIB_DEPENDS=	libCGAL.so:math/cgal
 CGAL_CMAKE_BOOL=	CGAL_ENABLED
 
-DOCS_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
-DOCS_USES=		gmake
+DOCS_BUILD_DEPENDS=	gmake:devel/gmake \
+			sphinx-build:textproc/py-sphinx
 DOCS_PORTDOCS=		*
 
 OPENMP_USES=		compiler:openmp
@@ -74,7 +74,7 @@ post-patch:
 .endif
 
 post-build-DOCS-on:
-	@${DO_MAKE_BUILD} html -C${WRKSRC}/doc
+	@${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} html -C${WRKSRC}/doc
 
 pre-install-TEST-on: do-test
 


More information about the svn-ports-all mailing list