diff options
author | adam <adam@pkgsrc.org> | 2018-01-01 21:18:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-01-01 21:18:06 +0000 |
commit | 1e78f2267b0c29f887835420620be6b8c4097838 (patch) | |
tree | 71bb5f6ae0e25c7f3ef13390b999b6e40126a958 /graphics/openimageio/Makefile | |
parent | f7c0c932f21e259f3bba5702269d7b1ecd668be9 (diff) | |
download | pkgsrc-1e78f2267b0c29f887835420620be6b8c4097838.tar.gz |
Revbump after boost update
Diffstat (limited to 'graphics/openimageio/Makefile')
-rw-r--r-- | graphics/openimageio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index ad543599437..9af57721a8c 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.43 2017/08/24 20:02:59 adam Exp $ +# $NetBSD: Makefile,v 1.44 2018/01/01 21:18:09 adam Exp $ OIIOVER= 1.5.16 DISTNAME= oiio-Release-${OIIOVER} PKGNAME= ${DISTNAME:S/oiio-Release/openimageio/} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= graphics MASTER_SITES= -https://github.com/OpenImageIO/oiio/archive/Release-${OIIOVER}.tar.gz |