summaryrefslogtreecommitdiff
path: root/chat/ninja
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
committerwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
commit601583c3207bd23bb05d0761888aefcb5699e1c2 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /chat/ninja
parent7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff)
downloadpkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'chat/ninja')
-rw-r--r--chat/ninja/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ninja/options.mk b/chat/ninja/options.mk
index 612d5285e0f..15093b8217c 100644
--- a/chat/ninja/options.mk
+++ b/chat/ninja/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/05/31 22:00:37 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2007/02/22 19:26:12 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ninja
PKG_SUPPORTED_OPTIONS= inet6
@@ -6,5 +6,5 @@ PKG_SUPPORTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
+CONFIGURE_ARGS+= --enable-ipv6
.endif