From 58d0c7a77c61c2efe42c3792af2b2d1861a61a31 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Sat, 15 Mar 2014 12:27:11 +0000 Subject: 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). --- graphics/blender/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') 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 -- cgit v1.2.3