diff --git a/srcpkgs/bluez-alsa/template b/srcpkgs/bluez-alsa/template index f6c2f8c2290..cbe4fcf4ef3 100644 --- a/srcpkgs/bluez-alsa/template +++ b/srcpkgs/bluez-alsa/template @@ -23,7 +23,7 @@ build_options="man" desc_option_man="Use pandoc to build manpages" case "$XBPS_MACHINE" in - x86_64*|i686*|ppc64le) build_options_default="man";; + x86_64*|i686|ppc64le) build_options_default="man";; *) ;; esac