diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-03 17:17:22 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-03 17:17:22 +0000 |
commit | c7ec9c1b48ef46ebb117200c80544e650f0cb058 (patch) | |
tree | fb9eff9e547f099a3d4bd11e942d6aa6895c502e /audio | |
parent | 697d5b90217aeb71dd8f9a220a8ecf3f7db7c24a (diff) | |
download | ports-c7ec9c1b48ef46ebb117200c80544e650f0cb058.tar.gz ports-c7ec9c1b48ef46ebb117200c80544e650f0cb058.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musepack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/musepack/Makefile b/audio/musepack/Makefile index 78dd4e04bac5..54e7160a91fb 100644 --- a/audio/musepack/Makefile +++ b/audio/musepack/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/sv7 .include <bsd.port.pre.mk> .if ${ARCH} == alpha -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha .endif .if ${ARCH} == i386 |