Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2019 08:00:46 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495028 - head/devel/cmake-gui
Message-ID:  <201903080800.x2880kOD012994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Mar  8 08:00:46 2019
New Revision: 495028
URL: https://svnweb.freebsd.org/changeset/ports/495028

Log:
  Fix build on gcc-based architectures.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/cmake-gui/Makefile

Modified: head/devel/cmake-gui/Makefile
==============================================================================
--- head/devel/cmake-gui/Makefile	Fri Mar  8 07:57:47 2019	(r495027)
+++ head/devel/cmake-gui/Makefile	Fri Mar  8 08:00:46 2019	(r495028)
@@ -19,9 +19,9 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libuv.so:devel/libuv \
 		librhash.so:security/rhash
 
-USE_QT=		core gui widgets buildtools_build qmake_build
-USES=		cmake:run,insource desktop-file-utils libarchive \
+USES=		cmake:run,insource compiler:c++11-lang desktop-file-utils libarchive \
 		shared-mime-info qt:5
+USE_QT=		core gui widgets buildtools_build qmake_build
 CMAKE_OFF=	BUILD_CursesDialog \
 		CMake_SPHINX_DEPEND_ON_EXECUTABLES
 CMAKE_ON=	BUILD_QtDialog \



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