diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-09-13 10:14:25 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-09-13 10:14:25 +0000 |
commit | eee31f9b22b5fe9190ec44190cf833a8a3922dd6 (patch) | |
tree | 817fcfbfb28addb058f2ae6a22bd9cbdf036c900 /audio/mous | |
parent | c6fbcbf766bfc2e3708fafce45a2c5541a9c9c6e (diff) | |
download | ports-eee31f9b22b5fe9190ec44190cf833a8a3922dd6.tar.gz ports-eee31f9b22b5fe9190ec44190cf833a8a3922dd6.zip |
Notes
Diffstat (limited to 'audio/mous')
-rw-r--r-- | audio/mous/Makefile | 6 |
1 files 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 |