summaryrefslogtreecommitdiff
path: root/x11/libxkbcommon
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-12-29 04:54:34 +0000
committerdholland <dholland@pkgsrc.org>2015-12-29 04:54:34 +0000
commit98785d5e4affb6557d62111b953c336f8af8ea21 (patch)
tree22660914e25548c12358662b9ca43a700d7d49a9 /x11/libxkbcommon
parented68e0788eeb4d65e2c1a411188b70d43224df36 (diff)
downloadpkgsrc-98785d5e4affb6557d62111b953c336f8af8ea21.tar.gz
Whitespace.
Diffstat (limited to 'x11/libxkbcommon')
-rw-r--r--x11/libxkbcommon/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/libxkbcommon/options.mk b/x11/libxkbcommon/options.mk
index ac5d01e6998..aa8d683a433 100644
--- a/x11/libxkbcommon/options.mk
+++ b/x11/libxkbcommon/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2013/12/18 18:51:03 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2015/12/29 04:54:39 dholland Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libxkbcommon
PKG_SUPPORTED_OPTIONS= doc
@@ -8,9 +8,9 @@ PLIST_VARS+= doc
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdoc)
-BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
+BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
PLIST.doc= yes
-CONFIGURE_ARGS+= --enable-docs=yes
+CONFIGURE_ARGS+= --enable-docs=yes
.else
-CONFIGURE_ARGS+= --enable-docs=no
+CONFIGURE_ARGS+= --enable-docs=no
.endif