summaryrefslogtreecommitdiff
path: root/graphics/openexr/Makefile
diff options
context:
space:
mode:
authoradam <adam>2006-10-26 17:44:10 +0000
committeradam <adam>2006-10-26 17:44:10 +0000
commitbdc8ba0d331d096991aad34e2c28f5a21283c988 (patch)
tree9726da1e35d52157ff2f7af6b7013a617d6e625e /graphics/openexr/Makefile
parente456347e28683d2963a9e438d8d652af93326cb8 (diff)
downloadpkgsrc-bdc8ba0d331d096991aad34e2c28f5a21283c988.tar.gz
Changes 1.4.0a:
* Fixed the ReleaseDLL targets for Visual Studio 2003. Changes 1.4.0: * Production release. * Bug Fix: calling setFrameBuffer() for every scan line while reading a tiled file through the scan line API returns bad pixel data.
Diffstat (limited to 'graphics/openexr/Makefile')
-rw-r--r--graphics/openexr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index c9feb617349..96c448ca072 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/05/08 11:04:40 salo Exp $
+# $NetBSD: Makefile,v 1.10 2006/10/26 17:44:10 adam Exp $
-DISTNAME= OpenEXR-1.2.2
-PKGNAME= openexr-1.2.2
-PKGREVISION= 1
+DISTNAME= openexr-1.4.0a
+PKGNAME= openexr-1.4.0
CATEGORIES= games
MASTER_SITES= http://savannah.nongnu.org/download/openexr/
@@ -10,6 +9,7 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.openexr.com/
COMMENT= High dynamic-range (HDR) image file format library and tools
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= yes