svn commit: r521242 - in head/graphics: exact-image gimp-app
Matthias Andree
mandree at FreeBSD.org
Sat Dec 28 21:05:49 UTC 2019
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
More information about the svn-ports-head
mailing list