diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-03 10:26:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-03 10:26:37 +0000 |
commit | 815e9c0706a8bd63fca908441f9d0f7d3f05c43f (patch) | |
tree | f41f63977f4a5a928beb1c75220b668c23f218cc /audio/xmms-wma | |
parent | f65c6b4f5967a9fc47b26932c142a8ab23a16d64 (diff) | |
download | ports-815e9c0706a8bd63fca908441f9d0f7d3f05c43f.tar.gz ports-815e9c0706a8bd63fca908441f9d0f7d3f05c43f.zip |
Notes
Diffstat (limited to 'audio/xmms-wma')
-rw-r--r-- | audio/xmms-wma/Makefile | 2 |
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> |