Date: Mon, 8 Aug 2016 14:24:28 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419849 - head/graphics/exrtools Message-ID: <201608081424.u78EOSAG010679@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081424.u78EOSAG010679>