summaryrefslogtreecommitdiff
path: root/games/battleball/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'games/battleball/options.mk')
-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