Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2017 18:20:29 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431769 - head/devel/cmake-gui
Message-ID:  <201701171820.v0HIKTl7078251@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Jan 17 18:20:28 2017
New Revision: 431769
URL: https://svnweb.freebsd.org/changeset/ports/431769

Log:
  Add missing LIB_DEPENDS to devel/libuv (stage-qa).
  
  Approved by:	rakuco (mentor)
  MFH:		2017Q1

Modified:
  head/devel/cmake-gui/Makefile

Modified: head/devel/cmake-gui/Makefile
==============================================================================
--- head/devel/cmake-gui/Makefile	Tue Jan 17 18:01:22 2017	(r431768)
+++ head/devel/cmake-gui/Makefile	Tue Jan 17 18:20:28 2017	(r431769)
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/Copyright.txt
 BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libexpat.so:textproc/expat2 \
-		libjsoncpp.so:devel/jsoncpp
+		libjsoncpp.so:devel/jsoncpp \
+		libuv.so:devel/libuv
 
 USE_QT5=	core gui widgets buildtools_build qmake_build
 USES=		cmake:run desktop-file-utils execinfo libarchive \



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