Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 17:28:53 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542764 - branches/2020Q3/graphics/exiv2
Message-ID:  <202007211728.06LHSru5027941@repo.freebsd.org>

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

Log:
  MFH: r542762
  
  graphics/exiv2 fix TEST option
  
  PR:		247869
  Submitted by:	daniel.engberg.lists@pyret.net
  Reported by:	gja822@narod.ru
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2020Q3/graphics/exiv2/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/graphics/exiv2/Makefile
==============================================================================
--- branches/2020Q3/graphics/exiv2/Makefile	Tue Jul 21 17:28:24 2020	(r542763)
+++ branches/2020Q3/graphics/exiv2/Makefile	Tue Jul 21 17:28:53 2020	(r542764)
@@ -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?202007211728.06LHSru5027941>