svn commit: r542762 - head/graphics/exiv2

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


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


More information about the svn-ports-all mailing list