Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 17:25:28 +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: r542762 - head/graphics/exiv2
Message-ID:  <202007211725.06LHPSUP027465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Jul 21 17:25:27 2020
New Revision: 542762
URL: https://svnweb.freebsd.org/changeset/ports/542762

Log:
  graphics/exiv2 fix TEST option
  
  PR:		247869
  Submitted by:	daniel.engberg.lists@pyret.net
  Reported by:	gja822@narod.ru

Modified:
  head/graphics/exiv2/Makefile

Modified: head/graphics/exiv2/Makefile
==============================================================================
--- head/graphics/exiv2/Makefile	Tue Jul 21 17:15:38 2020	(r542761)
+++ head/graphics/exiv2/Makefile	Tue Jul 21 17:25:27 2020	(r542762)
@@ -16,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 TEST_DEPENDS=	bash:shells/bash
+TEST_LIB_DEPENDS=	libgtest.so:devel/googletest
 
 USES=		cmake compiler:c++11-lang cpe dos2unix gettext iconv pathfix \
 		python:3.5+,test localbase:ldflags



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