aboutsummaryrefslogtreecommitdiff
path: root/graphics/libQGLViewer
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-19 18:10:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-19 18:10:55 +0000
commit6c02d064cb5f8d5430310761a59c2a462350ef2d (patch)
tree9aa2934838e22f88891864a4fc8bddf368ed940c /graphics/libQGLViewer
parentd0e921d763ec0cf4ecfc62b1e5d4fe64503596b6 (diff)
downloadports-6c02d064cb5f8d5430310761a59c2a462350ef2d.tar.gz
ports-6c02d064cb5f8d5430310761a59c2a462350ef2d.zip
graphics/libQGLViewer: fix build with GCC-based architectures
PR: 232445 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=482443
Diffstat (limited to 'graphics/libQGLViewer')
-rw-r--r--graphics/libQGLViewer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libQGLViewer/Makefile b/graphics/libQGLViewer/Makefile
index ca357ef3c854..1cafb0101f75 100644
--- a/graphics/libQGLViewer/Makefile
+++ b/graphics/libQGLViewer/Makefile
@@ -12,7 +12,7 @@ COMMENT= C++ library based on Qt5 that eases the creation of OpenGL 3D viewers
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENCE
-USES= qmake qt:5
+USES= compiler:c++11-lang gl qmake qt:5
USE_GL= gl glu
USE_QT= core designer gui opengl widgets xml buildtools_build
USE_LDCONFIG= yes