aboutsummaryrefslogtreecommitdiff
path: root/graphics/exrtools
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 14:24:27 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 14:24:27 +0000
commit5fea1aa105d165c2ef40f473dfb011908a65a50c (patch)
tree8e1094d5a25d93b266d8ba375a5bf45de33b2de7 /graphics/exrtools
parenteb2e69afee380ec46eefdd6e7a71d4f9d3664559 (diff)
downloadports-5fea1aa105d165c2ef40f473dfb011908a65a50c.tar.gz
ports-5fea1aa105d165c2ef40f473dfb011908a65a50c.zip
Register graphics/ilmbase as LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=419849
Diffstat (limited to 'graphics/exrtools')
-rw-r--r--graphics/exrtools/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile
index 066764302ed7..da7abf1e66b2 100644
--- a/graphics/exrtools/Makefile
+++ b/graphics/exrtools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= exrtools
PORTVERSION= 0.4
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics
MASTER_SITES= http://scanline.ca/exrtools/ \
LOCAL/ehaupt
@@ -13,8 +13,9 @@ COMMENT= Utilities for manipulating with HDR images in OpenEXR format
LICENSE= GPLv2
-LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \
- libpng.so:graphics/png
+LIB_DEPENDS= libImath-2_2.so:graphics/ilmbase \
+ libpng.so:graphics/png \
+ libIlmImf.so:graphics/OpenEXR
GNU_CONFIGURE= yes
USES= gmake jpeg pkgconfig