Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2020 07:19:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549562 - head/math/octomap
Message-ID:  <202009220719.08M7JLMD087942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Sep 22 07:19:21 2020
New Revision: 549562
URL: https://svnweb.freebsd.org/changeset/ports/549562

Log:
  math/octomap: Fix typo in USES=compiler:c++11-lang
  
  Reported by:	central build failures

Modified:
  head/math/octomap/Makefile

Modified: head/math/octomap/Makefile
==============================================================================
--- head/math/octomap/Makefile	Tue Sep 22 07:16:50 2020	(r549561)
+++ head/math/octomap/Makefile	Tue Sep 22 07:19:21 2020	(r549562)
@@ -15,7 +15,7 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/octovis/LICENSE.txt
 
 LIB_DEPENDS=	libQGLViewer-qt5.so:graphics/libQGLViewer
 
-USES=		cmake compiler:c++11- lang localbase:ldflags gl qt:5
+USES=		cmake compiler:c++11-lang localbase:ldflags gl qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	OctoMap
 GH_TAGNAME=	a3f3809



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