Date: Sat, 28 Dec 2019 21:05:48 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521242 - in head/graphics: exact-image gimp-app Message-ID: <201912282105.xBSL5mL3035860@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sat Dec 28 21:05:48 2019 New Revision: 521242 URL: https://svnweb.freebsd.org/changeset/ports/521242 Log: Correct libImath/libIex .so name for future graphics/ilmbase update. Modified: head/graphics/exact-image/Makefile head/graphics/gimp-app/Makefile Modified: head/graphics/exact-image/Makefile ============================================================================== --- head/graphics/exact-image/Makefile Sat Dec 28 20:41:18 2019 (r521241) +++ head/graphics/exact-image/Makefile Sat Dec 28 21:05:48 2019 (r521242) @@ -24,7 +24,7 @@ LIB_DEPENDS= libagg.so:graphics/agg \ libpng.so:graphics/png \ libgif.so:graphics/giflib \ libjasper.so:graphics/jasper \ - libImath-2_3.so:graphics/ilmbase \ + libImath.so:graphics/ilmbase \ libIlmImf.so:graphics/openexr \ liblcms.so:graphics/lcms \ libfreetype.so:print/freetype2 \ Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Sat Dec 28 20:41:18 2019 (r521241) +++ head/graphics/gimp-app/Makefile Sat Dec 28 21:05:48 2019 (r521242) @@ -115,7 +115,7 @@ LIBMNG_CONFIGURE_WITH= libmng OPENEXR_CONFIGURE_WITH= openexr OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr \ - libIex-2_3.so:graphics/ilmbase + libIex.so:graphics/ilmbase OPENJPEG_DESC= Enhanced JPEG (jpeg2000) graphics support OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912282105.xBSL5mL3035860>