summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authordholland <dholland>2015-10-18 00:54:19 +0000
committerdholland <dholland>2015-10-18 00:54:19 +0000
commitc2f3780d029b66da08cdc8a46d3c396db7a7bc28 (patch)
treed672d30c37356864686db7b491a1bde86cf7a0e4 /lang/gauche
parent7299693fea5823fb52dfd2873defdd57cf78b9d9 (diff)
downloadpkgsrc-c2f3780d029b66da08cdc8a46d3c396db7a7bc28.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)