svn commit: r482135 - head/editors/ghostwriter

Tobias Kortkamp tobik at FreeBSD.org
Mon Oct 15 06:24:43 UTC 2018


Author: tobik
Date: Mon Oct 15 06:24:42 2018
New Revision: 482135
URL: https://svnweb.freebsd.org/changeset/ports/482135

Log:
  editors/ghostwriter needs a compiler with C++11 support

Modified:
  head/editors/ghostwriter/Makefile

Modified: head/editors/ghostwriter/Makefile
==============================================================================
--- head/editors/ghostwriter/Makefile	Mon Oct 15 06:22:44 2018	(r482134)
+++ head/editors/ghostwriter/Makefile	Mon Oct 15 06:24:42 2018	(r482135)
@@ -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 \


More information about the svn-ports-all mailing list