aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-12-26 20:36:53 +0800
committerlinimon <linimon@FreeBSD.org>2018-12-26 20:36:53 +0800
commit294ae8e665f491a971a52e591520da99b7743735 (patch)
treef3fa178c4bcafa2fe0beb25efb76c257ed725301 /math
parent24ae5492c9dd7a2f023652e1ffc5fce155cbac9c (diff)
downloadfreebsd-ports-gnome-294ae8e665f491a971a52e591520da99b7743735.tar.gz
freebsd-ports-gnome-294ae8e665f491a971a52e591520da99b7743735.tar.zst
freebsd-ports-gnome-294ae8e665f491a971a52e591520da99b7743735.zip
USES=compiler:c++11-lang is necessary to build on GCC-based
architectures. PR: 234405 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-rw-r--r--math/qwtplot3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/qwtplot3d/Makefile b/math/qwtplot3d/Makefile
index 3056aa516f5b..837f11b050d1 100644
--- a/math/qwtplot3d/Makefile
+++ b/math/qwtplot3d/Makefile
@@ -9,7 +9,7 @@ PKGNAMESUFFIX= -qt5
MAINTAINER= makc@FreeBSD.org
COMMENT= 3D plotting widgets for Qt
-USES= dos2unix gl qmake qt:5 tar:tgz
+USES= compiler:c++11-lang dos2unix gl qmake qt:5 tar:tgz
USE_QT= core gui opengl widgets buildtools_build
USE_GL= gl glu
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}