svn commit: r383237 - head/cad/openscad
Michael Reifenberger
mr at FreeBSD.org
Sat Apr 4 18:54:41 UTC 2015
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}
More information about the svn-ports-head
mailing list