From 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 22 Feb 2007 19:26:05 +0000 Subject: Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail. --- games/battleball/options.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/battleball') diff --git a/games/battleball/options.mk b/games/battleball/options.mk index b40d50c5cfa..02966a993a1 100644 --- a/games/battleball/options.mk +++ b/games/battleball/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2005/10/05 13:29:50 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2007/02/22 19:26:30 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.battleball PKG_SUPPORTED_OPTIONS= opengl @@ -8,6 +8,6 @@ PKG_SUPPORTED_OPTIONS= opengl .if !empty(PKG_OPTIONS:Mopengl) .include "../../graphics/MesaLib/buildlink3.mk" .else -CPPFLAGS+= -DNO_OPENGL -SED_CMDS+= -e '/^GLINCS/s|^|\#|' -e '/^GLLIBS/s|^|\#|' +CPPFLAGS+= -DNO_OPENGL +SED_CMDS+= -e '/^GLINCS/s|^|\#|' -e '/^GLLIBS/s|^|\#|' .endif -- cgit v1.2.3