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/blender/Makefile | |
parent | 00f60d30a9a7e35b9e03498e6a86c9c12c1e6b9f (diff) |
Notes
Diffstat (limited to 'graphics/blender/Makefile')
-rw-r--r-- | graphics/blender/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 2ffd7f931d23..1b6376a6c40f 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -6,6 +6,7 @@ PORTNAME= blender PORTVERSION= 2.44.1 +PORTREVISION= 1 CATEGORIES= graphics games MASTER_SITES= CENKES @@ -17,7 +18,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ SDL.11:${PORTSDIR}/devel/sdl12 \ - Half.4:${PORTSDIR}/graphics/OpenEXR \ + IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ openal.0:${PORTSDIR}/audio/openal \ alut.1:${PORTSDIR}/audio/freealut \ avutil.1:${PORTSDIR}/multimedia/ffmpeg |