svn commit: r502583 - head/databases/sfcgal
Tobias Kortkamp
tobik at FreeBSD.org
Sat May 25 16:08:31 UTC 2019
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}
More information about the svn-ports-all
mailing list