Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 16:08:30 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502583 - head/databases/sfcgal
Message-ID:  <201905251608.x4PG8Uq7029978@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat May 25 16:08:30 2019
New Revision: 502583
URL: https://svnweb.freebsd.org/changeset/ports/502583

Log:
  databases/sfcgal: Set USES=compiler args the canonical way

Modified:
  head/databases/sfcgal/Makefile

Modified: head/databases/sfcgal/Makefile
==============================================================================
--- head/databases/sfcgal/Makefile	Sat May 25 15:51:17 2019	(r502582)
+++ head/databases/sfcgal/Makefile	Sat May 25 16:08:30 2019	(r502583)
@@ -18,11 +18,10 @@ LIB_DEPENDS=	libCGAL.so:math/cgal \
 		libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
 
-USES=		cmake compiler libtool
+USES=		cmake compiler:c++0x libtool
 USE_GITHUB=	yes
 GH_ACCOUNT=	Oslandia
 GH_PROJECT=	SFCGAL
-compiler_ARGS=	c++0x
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R}



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