svn commit: r419849 - head/graphics/exrtools

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 14:24:29 UTC 2016


Author: ehaupt
Date: Mon Aug  8 14:24:27 2016
New Revision: 419849
URL: https://svnweb.freebsd.org/changeset/ports/419849

Log:
  Register graphics/ilmbase as LIB_DEPENDS

Modified:
  head/graphics/exrtools/Makefile

Modified: head/graphics/exrtools/Makefile
==============================================================================
--- head/graphics/exrtools/Makefile	Mon Aug  8 14:21:01 2016	(r419848)
+++ head/graphics/exrtools/Makefile	Mon Aug  8 14:24:27 2016	(r419849)
@@ -3,7 +3,7 @@
 
 PORTNAME=	exrtools
 PORTVERSION=	0.4
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 MASTER_SITES=	http://scanline.ca/exrtools/ \
 		LOCAL/ehaupt
@@ -13,8 +13,9 @@ COMMENT=	Utilities for manipulating with
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libIlmImf.so:graphics/OpenEXR \
-		libpng.so:graphics/png
+LIB_DEPENDS=	libImath-2_2.so:graphics/ilmbase \
+		libpng.so:graphics/png \
+		libIlmImf.so:graphics/OpenEXR
 
 GNU_CONFIGURE=	yes
 USES=		gmake jpeg pkgconfig


More information about the svn-ports-all mailing list