svn commit: r495028 - head/devel/cmake-gui
Mark Linimon
linimon at FreeBSD.org
Fri Mar 8 08:00:47 UTC 2019
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 \
More information about the svn-ports-all
mailing list