svn commit: r542764 - branches/2020Q3/graphics/exiv2

Tobias C. Berner tcberner at FreeBSD.org
Tue Jul 21 17:28:54 UTC 2020


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 at pyret.net
  Reported by:	gja822 at 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


More information about the svn-ports-all mailing list