Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 17:37:39 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499660 - head/graphics/colmap
Message-ID:  <201904221737.x3MHbd8s042608@repo.freebsd.org>

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



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