diff options
-rw-r--r-- | editors/texstudio/Makefile | 4 |
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" \ |