diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:32:04 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:32:04 +0000 |
commit | 47139a392eefc26efb86bb0d7b6096aca1a37a69 (patch) | |
tree | 8027897d58245e3b666d27edf88e6595b5db79b7 /audio/mpmf20 | |
parent | a4ad6444d1248924311110e5b5bdb1bfd75e0fa7 (diff) | |
download | ports-47139a392eefc26efb86bb0d7b6096aca1a37a69.tar.gz ports-47139a392eefc26efb86bb0d7b6096aca1a37a69.zip |
Notes
Diffstat (limited to 'audio/mpmf20')
-rw-r--r-- | audio/mpmf20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile index 6d21f75fc9cb..9de73aa363b1 100644 --- a/audio/mpmf20/Makefile +++ b/audio/mpmf20/Makefile @@ -23,7 +23,7 @@ PLIST_FILES= bin/mpmf20 .include <bsd.port.pre.mk> .if ${ARCH} == i386 && ${OSVERSION} > 500000 && ${OSVERSION} < 502108 -BROKEN= "ffs() clash, see i386/41930" +BROKEN= ffs() clash, see i386/41930 .endif do-install: |