From e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a Mon Sep 17 00:00:00 2001 From: olgeni Date: Sun, 8 Jun 2014 19:51:27 +0000 Subject: Remove all space characters from Makefile assignments. No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) --- x11-drivers/xf86-video-rdc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-drivers') diff --git a/x11-drivers/xf86-video-rdc/Makefile b/x11-drivers/xf86-video-rdc/Makefile index 76589bd5cd51..51a76f61e3c8 100644 --- a/x11-drivers/xf86-video-rdc/Makefile +++ b/x11-drivers/xf86-video-rdc/Makefile @@ -17,7 +17,7 @@ USE_XORG= xvmc xf86driproto xextproto x11 glproto .include .if defined(WITH_NEW_XORG) -IGNORE= does not build with X server 1.12 +IGNORE= does not build with X server 1.12 .endif NO_STAGE= yes -- cgit