diff options
| -rw-r--r-- | editors/texmaker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index d7f78408e524..8f9cd2b3d6e5 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 -USES= desktop-file-utils ghostscript:x11,run pkgconfig qmake qt:5 tar:bzip2 +USES= compiler:c++11-lang desktop-file-utils ghostscript:x11,run \ + pkgconfig qmake qt:5 tar:bzip2 USE_QT= concurrent network printsupport script webkit widgets \ xml buildtools_build USE_TEX= latex dvipsk |
