aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/blender
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2014-03-15 20:27:11 +0800
committerdanfe <danfe@FreeBSD.org>2014-03-15 20:27:11 +0800
commit77b16a3a9c799b7eb0b09b9d6ba5c2357d1b8f22 (patch)
tree422d29e7bb5abc2ea113f5e4ac83998f99132037 /graphics/blender
parente95c05d7ae4ccf5b3fe60ae62f343a77540dab3a (diff)
downloadfreebsd-ports-gnome-77b16a3a9c799b7eb0b09b9d6ba5c2357d1b8f22.tar.gz
freebsd-ports-gnome-77b16a3a9c799b7eb0b09b9d6ba5c2357d1b8f22.tar.zst
freebsd-ports-gnome-77b16a3a9c799b7eb0b09b9d6ba5c2357d1b8f22.zip
When setting USE_XORG via OPTION helper, use comma syntax universally; in
`devel/sdl12', `graphics/blender', and `multimedia/libav' ports they were set incorrectly, which caused build failures of `devel/sdl12' without the OpenGL, for example. Also, while at it, in `multimedia/libmpeg2', fix sed(1) based patching to produce more neat results, and use official spelling of MPEG abbreviation in COMMENT (port description still needs cleaning up).
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 1c770a9e7853..f4a1d629e2c9 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -122,7 +122,7 @@ XINPUT_CMAKE_OFF= -DWITH_X11_XINPUT:BOOL=OFF
XINPUT_USE= XORG=xi
XF86VMODE_CMAKE_ON= -DWITH_X11_XF86VMODE:BOOL=ON
XF86VMODE_CMAKE_OFF= -DWITH_X11_XF86VMODE:BOOL=OFF
-XF86VMODE_USE= XORG=xi xxf86vm
+XF86VMODE_USE= XORG=xi,xxf86vm
.include <bsd.port.options.mk>