Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2018 06:24:42 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482135 - head/editors/ghostwriter
Message-ID:  <201810150624.w9F6Og8I045071@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810150624.w9F6Og8I045071>