From eee31f9b22b5fe9190ec44190cf833a8a3922dd6 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sun, 13 Sep 2015 10:14:25 +0000 Subject: [PATCH] Turn WMA into a non-default OPTION for all but i386 and amd64 PR: 202350 Submitted by: sbruno@FreeBSD.org Approved by: maintainer timeout --- audio/mous/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mous/Makefile b/audio/mous/Makefile index 4b1b794c1d71..41a07423031a 100644 --- a/audio/mous/Makefile +++ b/audio/mous/Makefile @@ -23,9 +23,9 @@ OPTIONS_DEFINE= ALSA ASSEMBLY FAAC FAAD FLAC LAME AO CUE MAC4DECODER \ WAVDECODER WAVENCODER WMA OPTIONS_DEFAULT= FAAC FAAD FLAC LAME CUE MAC4DECODER \ MPG123 NCURSES OSS QT4 TAGLIB VORBIS WAVDECODER \ - WAVENCODER WMA -OPTIONS_DEFAULT_amd64= ASSEMBLY -OPTIONS_DEFAULT_i386= ASSEMBLY + WAVENCODER +OPTIONS_DEFAULT_amd64= ASSEMBLY WMA +OPTIONS_DEFAULT_i386= ASSEMBLY WMA OPTIONS_SUB= yes