aboutsummaryrefslogtreecommitdiff
path: root/editors/texstudio
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-26 11:42:38 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-26 11:42:38 +0000
commit2e3d10e18432752350194ecc466589a3f407a99e (patch)
tree174bc1e5e277a16bc7e15896721e065928125643 /editors/texstudio
parent7584cf7f035f552b6476eab0c0d11e6683a556fa (diff)
downloadports-2e3d10e18432752350194ecc466589a3f407a99e.tar.gz
ports-2e3d10e18432752350194ecc466589a3f407a99e.zip
This port requires a C++11-aware compiler. Set USES=compiler:c++11-lang
to fix build on GCC-based architectures. PR: 234168 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=488368
Diffstat (limited to 'editors/texstudio')
-rw-r--r--editors/texstudio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile
index 45f751d72ddf..a4af4af970cd 100644
--- a/editors/texstudio/Makefile
+++ b/editors/texstudio/Makefile
@@ -17,8 +17,8 @@ LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell \
libpoppler-qt5.so:graphics/poppler-qt5 \
libquazip5.so:archivers/quazip@qt5
-USES= desktop-file-utils dos2unix ghostscript:run \
- pkgconfig qmake qt:5
+USES= compiler:c++11-lang desktop-file-utils dos2unix \
+ ghostscript:run gl pkgconfig qmake qt:5
USE_QT = core gui network script svg widgets xml \
printsupport concurrent uitools buildtools_build
QMAKE_ARGS= QUAZIP_INCLUDE="${LOCALBASE}/include/quazip5" \