aboutsummaryrefslogtreecommitdiff
path: root/graphics/luminance/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2007-10-07 17:46:16 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2007-10-07 17:46:16 +0000
commit560079b2e570c479fe58b4c2cfcbb704393f5441 (patch)
tree96c6d3ff6109028183e29c70f5bcec4a832f143f /graphics/luminance/Makefile
parent00f60d30a9a7e35b9e03498e6a86c9c12c1e6b9f (diff)
Chase OpenEXR library version bumped.
Notes
Notes: svn path=/head/; revision=201056
Diffstat (limited to 'graphics/luminance/Makefile')
-rw-r--r--graphics/luminance/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile
index 2089bb5591f5..1d79fa13fef0 100644
--- a/graphics/luminance/Makefile
+++ b/graphics/luminance/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qtpfsgui
DISTVERSION= 1.8.10
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
@@ -15,7 +16,7 @@ COMMENT= A graphical user interface that provides a workflow for HDR imaging
LIB_DEPENDS= exiv2.0:${PORTSDIR}/graphics/exiv2 \
fftw3f.4:${PORTSDIR}/math/fftw3-float \
- IlmImf.4:${PORTSDIR}/graphics/OpenEXR \
+ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg
BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 \