aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-10-15 06:24:42 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-10-15 06:24:42 +0000
commit6b36e95613ade6653b852b77d23564e73d7db7fa (patch)
treef35414e5e83cbe5e01383f7c0431a51a5e063306 /editors
parent5bd3db5329d0a01ba00d7ea52dc5c0d930ab137a (diff)
downloadports-6b36e95613ade6653b852b77d23564e73d7db7fa.tar.gz
ports-6b36e95613ade6653b852b77d23564e73d7db7fa.zip
editors/ghostwriter needs a compiler with C++11 support
Notes
Notes: svn path=/head/; revision=482135
Diffstat (limited to 'editors')
-rw-r--r--editors/ghostwriter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ghostwriter/Makefile b/editors/ghostwriter/Makefile
index 9048b715fc7f..4fccb4514b26 100644
--- a/editors/ghostwriter/Makefile
+++ b/editors/ghostwriter/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
-USES= desktop-file-utils pkgconfig qmake qt:5
+USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= wereturtle
USE_QT= concurrent core gui network printsupport svg webkit widgets \