diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-20 19:04:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-20 19:04:10 +0000 |
commit | eff1dce55efaac621fd7e2b709186e754cedaea6 (patch) | |
tree | 43f60408866abf34ba285ef8212f5c2b526c1272 | |
parent | 715ef044d1ce7e6409870ee6567bcfd11acc0271 (diff) | |
download | ports-eff1dce55efaac621fd7e2b709186e754cedaea6.tar.gz ports-eff1dce55efaac621fd7e2b709186e754cedaea6.zip |
Notes
-rw-r--r-- | audio/bmp-wma/Makefile | 8 | ||||
-rw-r--r-- | audio/bmp-wma/pkg-descr | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/audio/bmp-wma/Makefile b/audio/bmp-wma/Makefile index 4ee8f58c82bb..bf18169b22d6 100644 --- a/audio/bmp-wma/Makefile +++ b/audio/bmp-wma/Makefile @@ -21,4 +21,10 @@ PLIST_FILES= lib/bmp/Input/libwma.so GNU_CONFIGURE= yes USE_X_PREFIX= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "i386" +CONFIGURE_ARGS+= --enable-x86 +.endif + +.include <bsd.port.post.mk> diff --git a/audio/bmp-wma/pkg-descr b/audio/bmp-wma/pkg-descr index cbbb3b4268c1..a7dc45a8bfd1 100644 --- a/audio/bmp-wma/pkg-descr +++ b/audio/bmp-wma/pkg-descr @@ -1,2 +1,4 @@ bmp-wma is WMA input plugin for beep-media-player, it's based on xmms-wma but lots of things were changed. + +WWW: http://bmpwma.younggods.net/bmp-wma.html |