svn commit: r508319 - head/graphics/vv

Antoine Brodin antoine at FreeBSD.org
Wed Aug 7 16:28:35 UTC 2019


Author: antoine
Date: Wed Aug  7 16:28:34 2019
New Revision: 508319
URL: https://svnweb.freebsd.org/changeset/ports/508319

Log:
  Mark BROKEN: wrong LIB_DEPENDS
  
  ===>   vv-1.4.0.271_7 depends on shared library: libITKLabelMap-4.13.so - not found
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/vv/Makefile

Modified: head/graphics/vv/Makefile
==============================================================================
--- head/graphics/vv/Makefile	Wed Aug  7 16:23:05 2019	(r508318)
+++ head/graphics/vv/Makefile	Wed Aug  7 16:28:34 2019	(r508319)
@@ -13,6 +13,8 @@ COMMENT=	Fast and simple 4D image viewer
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN=		wrong LIB_DEPENDS
+
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libfreetype.so:print/freetype2 \
 		libgdcmCommon.so:devel/gdcm \


More information about the svn-ports-all mailing list