diff options
author | mr <mr@FreeBSD.org> | 2015-04-05 02:54:39 +0800 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2015-04-05 02:54:39 +0800 |
commit | a28315b28a7f08b6f9ac4723b6608d4c2f499f94 (patch) | |
tree | c54d44ab403fb41199cc39cea351aaea12071b31 /cad | |
parent | 4eee7a31585ee271f748fd7a12e8aa7e36b09575 (diff) | |
download | freebsd-ports-gnome-a28315b28a7f08b6f9ac4723b6608d4c2f499f94.tar.gz freebsd-ports-gnome-a28315b28a7f08b6f9ac4723b6608d4c2f499f94.tar.zst freebsd-ports-gnome-a28315b28a7f08b6f9ac4723b6608d4c2f499f94.zip |
Try to use a newer compiler.
Noticed by: Andrea Venturoli
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openscad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index 5576c61bea59..139e5d17104f 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -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/gmp \ 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} |