aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mous
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2015-08-15 02:30:54 +0800
committersbruno <sbruno@FreeBSD.org>2015-08-15 02:30:54 +0800
commitd4749f451c6e91d72c80f13643f7b2a3022a150f (patch)
tree2d3e6f6254c5929c3d3c3049fa31e98c45fa6efc /audio/mous
parenta97ddd7cd8c68d1f8ca33ad9299d0491cddec112 (diff)
downloadfreebsd-ports-gnome-d4749f451c6e91d72c80f13643f7b2a3022a150f.tar.gz
freebsd-ports-gnome-d4749f451c6e91d72c80f13643f7b2a3022a150f.tar.zst
freebsd-ports-gnome-d4749f451c6e91d72c80f13643f7b2a3022a150f.zip
Move ASSEMBLY to an i386/amd64 only OPTION_DEFAULT
PR: 201598 Reviewed by: shen.elf@gmail.com (maintainer)
Diffstat (limited to 'audio/mous')
-rw-r--r--audio/mous/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/mous/Makefile b/audio/mous/Makefile
index 779f02e44f3e..44d701ae0b18 100644
--- a/audio/mous/Makefile
+++ b/audio/mous/Makefile
@@ -18,9 +18,12 @@ USES= cmake
OPTIONS_DEFINE= ALSA ASSEMBLY FAAC FAAD FLAC LAME AO CUE MAC4DECODER \
MACDECODER MPG123 NCURSES OSS QT4 SDK TAGLIB VORBIS \
WAVDECODER WAVENCODER WMA
-OPTIONS_DEFAULT= ASSEMBLY FAAC FAAD FLAC LAME CUE MAC4DECODER \
+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
+
OPTIONS_SUB= yes
ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib