diff options
Diffstat (limited to 'graphics/openexr/Makefile')
-rw-r--r-- | graphics/openexr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index 74944d3740ed..9c20cf595fe8 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -1,5 +1,5 @@ PORTNAME?= openexr -PORTVERSION?= 3.4.0 # ALSO update openexr-website-docs! -- verify sigstore: make makesum verify-sigstore +PORTVERSION?= 3.4.1 # ALSO update openexr-website-docs! -- verify sigstore: make makesum verify-sigstore PORTREVISION?= 0 CATEGORIES= graphics devel .if !defined(MASTERDIR) @@ -34,7 +34,8 @@ WWW= https://www.openexr.com/ LICENSE= BSD3CLAUSE -BUILD_DEPENDS?= help2man:misc/help2man +BUILD_DEPENDS?= help2man:misc/help2man \ + openjph>=0.23.0:graphics/openjph # exact libImath version required to avoid hard-to-debug issues # but this is due to Imath and OpenEXR being close in terms of their # release engineering, no other port should version pin Imath |