Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2015 18:54:40 +0000 (UTC)
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383237 - head/cad/openscad
Message-ID:  <201504041854.t34IseGM004591@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mr
Date: Sat Apr  4 18:54:39 2015
New Revision: 383237
URL: https://svnweb.freebsd.org/changeset/ports/383237

Log:
  Try to use a newer compiler.
  
  Noticed by:  	Andrea Venturoli

Modified:
  head/cad/openscad/Makefile

Modified: head/cad/openscad/Makefile
==============================================================================
--- head/cad/openscad/Makefile	Sat Apr  4 18:19:26 2015	(r383236)
+++ head/cad/openscad/Makefile	Sat Apr  4 18:54:39 2015	(r383237)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openscad
 PORTVERSION=	2015.03
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://files.openscad.org/
 DISTNAME=	openscad-${PORTVERSION}.src
@@ -22,7 +23,7 @@ LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/
 		libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
 		libopencsg.so:${PORTSDIR}/graphics/opencsg
 
-USES=		gettext-tools bison desktop-file-utils pkgconfig qmake
+USES=		compiler:c++11-lang gettext-tools bison desktop-file-utils pkgconfig qmake
 USE_GL=		glu glew
 USE_QT4=	corelib gui opengl moc_build uic_build rcc_build
 PLIST_SUB=	PORTVERSION=${PORTVERSION}



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