aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-08-12 09:20:43 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-08-12 09:20:43 +0000
commit7ef38027bb04983c6d9035192261fac0084dd39d (patch)
treec98e2cc08fbe0cd4d703728ad103a81fe5c98571 /graphics
parent9819af920c682888636a77af7d82408ccac131c1 (diff)
downloadports-7ef38027bb04983c6d9035192261fac0084dd39d.tar.gz
ports-7ef38027bb04983c6d9035192261fac0084dd39d.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/blender/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 95ee5700da2c..acc6b1534291 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -6,7 +6,7 @@
PORTNAME= blender
PORTVERSION= 2.49a
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics games
MASTER_SITES= http://download.blender.org/source/ \
http://mirror.cs.umn.edu/blender.org/source/ \
@@ -208,8 +208,8 @@ pre-configure:
${WRKSRC}/user-def.mk
.else
@${REINPLACE_CMD} -e \
- 's|%%FFMPEGCFLAGS%%|$$\(shell pkg-config --cflags libavcodec libavformat libavdevice\)|; \
- s|%%FFMPEGLIBS%%|$$\(shell pkg-config --libs libavcodec libavformat libavdevice\)|;' \
+ 's|%%FFMPEGCFLAGS%%|$$\(shell pkg-config --cflags libavcodec libavformat libavdevice libswscale\)|; \
+ s|%%FFMPEGLIBS%%|$$\(shell pkg-config --libs libavcodec libavformat libavdevice libswscale\)|;' \
${WRKSRC}/user-def.mk
.endif