summaryrefslogtreecommitdiff
path: root/graphics/hdr_tools
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-04-11 20:39:56 +0200
committerMatthias Andree <mandree@FreeBSD.org>2021-04-12 02:33:48 +0200
commit73ab07c25a09345a265680ab55de2e5cebebcd6a (patch)
treef14226135156f3e90a36ba5e8269d2579a7bafc3 /graphics/hdr_tools
parentcad/PrusaSlicer: make compatible with OpenEXR/Imath 3.0 (diff)
chase library renames for OpenEXR/Imath 3.0
Diffstat (limited to 'graphics/hdr_tools')
-rw-r--r--graphics/hdr_tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hdr_tools/Makefile b/graphics/hdr_tools/Makefile
index eec097847201..180f6a239f6f 100644
--- a/graphics/hdr_tools/Makefile
+++ b/graphics/hdr_tools/Makefile
@@ -2,7 +2,7 @@
PORTNAME= hdr_tools
PORTVERSION= 0.0.2010.11.23 # unspecified by the author, so use the date
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= graphics
MASTER_SITES= http://ttic.uchicago.edu/~cotter/projects/hdr_tools/archives/ \
http://freebsd.nsu.ru/distfiles/
@@ -15,7 +15,7 @@ LICENSE= GPLv3
LIB_DEPENDS= libpopt.so:devel/popt \
libtiff.so:graphics/tiff \
- libIlmImf.so:graphics/openexr \
+ libOpenEXR.so:graphics/openexr \
libMagick++-6.so:graphics/ImageMagick6
USES= compiler:c++11-lang gmake pkgconfig tar:tgz