summaryrefslogtreecommitdiff
path: root/graphics/openimageio/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2013-07-05 21:34:11 +0000
committerjoerg <joerg>2013-07-05 21:34:11 +0000
commitba7c947af8967974c9646df3d6570bec4ea83191 (patch)
treeefd58fc900b1dbc2e384909a98330d95e4dffd3b /graphics/openimageio/Makefile
parente1b8b21e1966233c1ddae96c79a6d91c309f5b21 (diff)
downloadpkgsrc-ba7c947af8967974c9646df3d6570bec4ea83191.tar.gz
operator bool doesn't equal good(), but !bad(). This makes a difference
when it comes to handling EOF. Adjust.
Diffstat (limited to 'graphics/openimageio/Makefile')
-rw-r--r--graphics/openimageio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 68990666450..9cd79e31096 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2013/06/06 12:53:42 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2013/07/05 21:34:11 joerg Exp $
OIIOVER= 1.1.7
DISTNAME= oiio-Release-${OIIOVER}
PKGNAME= ${DISTNAME:S/oiio-Release/openimageio/}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= graphics
MASTER_SITES= -https://github.com/OpenImageIO/oiio/archive/Release-${OIIOVER}.tar.gz
FETCH_USING= curl