Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 19:17:31 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523488 - head/graphics/vv
Message-ID:  <202001181917.00IJHVro017782@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jan 18 19:17:30 2020
New Revision: 523488
URL: https://svnweb.freebsd.org/changeset/ports/523488

Log:
  graphics/vv: Attempt to unbreak by adding googletest to BUILD_DEPENDS
  
  Reported by:	fallout

Modified:
  head/graphics/vv/Makefile

Modified: head/graphics/vv/Makefile
==============================================================================
--- head/graphics/vv/Makefile	Sat Jan 18 19:09:05 2020	(r523487)
+++ head/graphics/vv/Makefile	Sat Jan 18 19:17:30 2020	(r523488)
@@ -12,6 +12,7 @@ COMMENT=	Fast and simple 4D image viewer
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BUILD_DEPENDS=	googletest>0:devel/googletest # error: unable to find library -lGTest::GTest, see https://github.com/open-vv/vv/issues/74
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libfreetype.so:print/freetype2 \
 		libgdcmCommon.so:devel/gdcm \



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