aboutsummaryrefslogtreecommitdiff
path: root/graphics/blender
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-10-17 10:08:33 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-10-17 10:08:33 +0000
commitac39d25cb13d645037681dbc65360f16ba857b56 (patch)
treeef5a113874cbd7573264f2676a0bdd4290666ea2 /graphics/blender
parenta6cfe1d5456c7ee8c837e328c9fe08404d9fbbea (diff)
downloadports-ac39d25cb13d645037681dbc65360f16ba857b56.tar.gz
ports-ac39d25cb13d645037681dbc65360f16ba857b56.zip
Notes
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index ca808577cc03..38f64887f1a8 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -6,6 +6,7 @@
PORTNAME= blender
PORTVERSION= 2.59
+PORTREVISION= 1
CATEGORIES= graphics games
MASTER_SITES= http://download.blender.org/source/ \
http://mirror.cs.umn.edu/blender.org/source/ \
@@ -88,7 +89,7 @@ CMAKE_ARGS+= -DWITH_CODEC_FFMPEG:BOOL=ON
.endif
.if defined(WITH_FFTW3)
-LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3
+LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3
CMAKE_ARGS+= -DWITH_FFTW3:BOOL=ON
.else
CMAKE_ARGS+= -DWITH_FFTW3:BOOL=OFF