diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-10-07 17:46:16 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-10-07 17:46:16 +0000 |
commit | 560079b2e570c479fe58b4c2cfcbb704393f5441 (patch) | |
tree | 96c6d3ff6109028183e29c70f5bcec4a832f143f /graphics/pfstools | |
parent | 00f60d30a9a7e35b9e03498e6a86c9c12c1e6b9f (diff) | |
download | ports-560079b2e570c479fe58b4c2cfcbb704393f5441.tar.gz ports-560079b2e570c479fe58b4c2cfcbb704393f5441.zip |
Notes
Diffstat (limited to 'graphics/pfstools')
-rw-r--r-- | graphics/pfstools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 30ef8b953e20..5d281d3cb4e0 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -7,6 +7,7 @@ PORTNAME= pfstools PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= darius@dons.net.au COMMENT= Tools for manipulating HDR images and video frames RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash -LIB_DEPENDS+= Half:${PORTSDIR}/graphics/OpenEXR \ +LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR \ Magick++:${PORTSDIR}/graphics/ImageMagick GNU_CONFIGURE= yes |