diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2019-12-28 21:05:48 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2019-12-28 21:05:48 +0000 |
commit | 0033ef5d4f785398ab271935585e438796b6233e (patch) | |
tree | f51bc6d7f8a28138ce88f96ca4c28d734d5f24bc /graphics | |
parent | fc991dd4e1c794c5e4978bedce4136dd34bd37fb (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exact-image/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index f50133407e94..e0c017b68b16 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -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 \ diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 345fdd0dc269..eb9fae8fd5f2 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -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 |