summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/cpeditor/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/cpeditor/Makefile b/editors/cpeditor/Makefile
index cc30e416733a..3a22856189e1 100644
--- a/editors/cpeditor/Makefile
+++ b/editors/cpeditor/Makefile
@@ -8,8 +8,9 @@ COMMENT= Lightweight and cross-platform code editor for competitive programming
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake compiler:c++14-lang qt:5
-USE_QT= core gui network widgets buildtools_build linguisttools_build qmake_build
+USES= cmake:noninja compiler:c++14-lang qt:5
+USE_QT= core gui network widgets \
+ buildtools_build linguisttools_build qmake_build
USE_GITHUB= yes
GH_TUPLE= \
cpeditor:QCodeEditor:ca5f949:cpeditor_QCodeEditor/third_party/QCodeEditor \