Skip to content

Commit

Permalink
graphics/gimp-app: chase math/Imath update
Browse files Browse the repository at this point in the history
...and remove the Imath version from its LIB_DEPENDS,
since Imath is only included indirectly through openexr,
so gimp-app need not care about details.
  • Loading branch information
mandree committed Jul 17, 2021
1 parent aa00969 commit 8d67ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphics/gimp-app/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME?= gimp-app
PORTVERSION= 2.10.24
PORTREVISION= 8
PORTREVISION= 9
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
MASTER_SITES= GIMP/gimp/v${PORTVERSION:R}
Expand Down Expand Up @@ -118,7 +118,7 @@ LIBMNG_LIB_DEPENDS= libmng.so:graphics/libmng
LIBMNG_CONFIGURE_WITH= libmng

OPENEXR_CONFIGURE_WITH= openexr
OPENEXR_LIB_DEPENDS= libImath-3_0.so:math/Imath \
OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \
libOpenEXR.so:graphics/openexr

OPENJPEG_DESC= Enhanced JPEG (jpeg2000) graphics support
Expand Down

0 comments on commit 8d67ee6

Please sign in to comment.