diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-29 15:25:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-29 15:25:31 +0000 |
commit | 14f2a7f272d2fc7be9d582eb8043a36e36356203 (patch) | |
tree | 77fc940ce5b0e51f2c3eabcfc67e60dc0004078f /editors/texmaker | |
parent | 7a3cc5e130aa3f77744e7fea746eab0c5541eb6e (diff) | |
download | ports-14f2a7f272d2fc7be9d582eb8043a36e36356203.tar.gz ports-14f2a7f272d2fc7be9d582eb8043a36e36356203.zip |
Notes
Diffstat (limited to 'editors/texmaker')
-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 |