summaryrefslogtreecommitdiff
path: root/shells/zsh-current/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh-current/options.mk')
-rw-r--r--shells/zsh-current/options.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/zsh-current/options.mk b/shells/zsh-current/options.mk
new file mode 100644
index 00000000000..db8222a85e9
--- /dev/null
+++ b/shells/zsh-current/options.mk
@@ -0,0 +1,11 @@
+# $NetBSD: options.mk,v 1.1 2006/03/11 13:20:15 uebayasi Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.zsh
+PKG_SUPPORTED_OPTIONS= zsh-multibyte
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mzsh-multibyte)
+CONFIGURE_ARGS+= --enable-multibyte
+.endif