svn commit: r498262 - head/graphics/hugin

Antoine Brodin antoine at FreeBSD.org
Sun Apr 7 06:51:53 UTC 2019


Author: antoine
Date: Sun Apr  7 06:51:52 2019
New Revision: 498262
URL: https://svnweb.freebsd.org/changeset/ports/498262

Log:
  Unbreak INDEX

Modified:
  head/graphics/hugin/Makefile

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Sun Apr  7 06:39:26 2019	(r498261)
+++ head/graphics/hugin/Makefile	Sun Apr  7 06:51:52 2019	(r498262)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-$
 MAINTAINER=	grog at FreeBSD.org
 COMMENT=	GUI for Panorama Tools, to stitch panoramic images
 
-LIB_DEPENDS=	libIlmImf.so:graphics/OpenEXR \
+LIB_DEPENDS=	libIlmImf.so:graphics/openexr \
 		libImath.so:graphics/ilmbase \
 		libboost_thread.so:devel/boost-libs \
 		liblcms2.so:graphics/lcms2 \


More information about the svn-ports-head mailing list