summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-03 10:26:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-03 10:26:37 +0000
commit815e9c0706a8bd63fca908441f9d0f7d3f05c43f (patch)
treef41f63977f4a5a928beb1c75220b668c23f218cc /audio
parentI maintain dict and dictd, so I might as well look after this one, too. (diff)
- Mark ONLY_FOR_ARCHS=i386: contains assembly
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=102805
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-wma/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmms-wma/Makefile b/audio/xmms-wma/Makefile
index b2ec2fb6afea..250884ebc3a4 100644
--- a/audio/xmms-wma/Makefile
+++ b/audio/xmms-wma/Makefile
@@ -19,6 +19,8 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
+ONLY_FOR_ARCHS= i386
+
PLIST_FILES= lib/xmms/Input/libwma.so
.include <bsd.port.mk>