svn commit: r549562 - head/math/octomap

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 22 07:19:22 UTC 2020


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


More information about the svn-ports-all mailing list