svn commit: r492279 - head/misc/lastools

Mark Linimon linimon at FreeBSD.org
Wed Feb 6 00:10:50 UTC 2019


Author: linimon
Date: Wed Feb  6 00:10:49 2019
New Revision: 492279
URL: https://svnweb.freebsd.org/changeset/ports/492279

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		235517
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/lastools/Makefile

Modified: head/misc/lastools/Makefile
==============================================================================
--- head/misc/lastools/Makefile	Wed Feb  6 00:08:08 2019	(r492278)
+++ head/misc/lastools/Makefile	Wed Feb  6 00:10:49 2019	(r492279)
@@ -9,7 +9,7 @@ COMMENT=	Efficient tools for LiDAR processing
 
 LICENSE=	LGPL21
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 USE_GITHUB=	yes
 GH_TAGNAME=	8ff2694
 


More information about the svn-ports-all mailing list