summaryrefslogtreecommitdiff
path: root/games/battleball
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:26:05 +0000
committerwiz <wiz>2007-02-22 19:26:05 +0000
commit0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /games/battleball
parent8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff)
downloadpkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'games/battleball')
-rw-r--r--games/battleball/options.mk6
1 files changed, 3 insertions, 3 deletions
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