summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-10-18 00:54:19 +0000
committerdholland <dholland@pkgsrc.org>2015-10-18 00:54:19 +0000
commit482854c6e6e4ef57e68a0efafce81ab5c6f8a2fb (patch)
treed672d30c37356864686db7b491a1bde86cf7a0e4 /lang/gauche
parent8a4216e82c93af320289b37fea70e9e247890787 (diff)
downloadpkgsrc-482854c6e6e4ef57e68a0efafce81ab5c6f8a2fb.tar.gz
Whitespace.
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/options.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/gauche/options.mk b/lang/gauche/options.mk
index d137364129c..5770905141c 100644
--- a/lang/gauche/options.mk
+++ b/lang/gauche/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.8 2014/12/03 14:00:57 joerg Exp $
+# $NetBSD: options.mk,v 1.9 2015/10/18 00:54:19 dholland Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.gauche
+PKG_OPTIONS_VAR= PKG_OPTIONS.gauche
PKG_OPTIONS_OPTIONAL_GROUPS= multibyte
PKG_OPTIONS_GROUP.multibyte= utf8 eucjp sjis
-PKG_SUPPORTED_OPTIONS= gdbm
-PKG_SUGGESTED_OPTIONS= gdbm utf8
+PKG_SUPPORTED_OPTIONS= gdbm
+PKG_SUGGESTED_OPTIONS= gdbm utf8
PKG_OPTIONS_LEGACY_VARS+= GAUCHE_MULTIBYTE:utf8
PKG_OPTIONS_LEGACY_OPTS+= multibyte:utf8
@@ -29,9 +29,9 @@ MAKE_ENV+= GDBM_LDFLAGS=${GDBM_LDFLAGS:Q}
### Multibyte extension.
###
.for encoding in utf8 eucjp sjis
-.if !empty(PKG_OPTIONS:M${encoding})
+. if !empty(PKG_OPTIONS:M${encoding})
CONFIGURE_ARGS+= --enable-multibyte=${encoding}
-.endif
+. endif
.endfor
.if defined(PKG_DEVELOPER)