summaryrefslogtreecommitdiff
path: root/audio/mpmf20
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 02:14:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 02:14:15 +0000
commit024cdb0356db1c2e02e4e5c665728dd0b11fb785 (patch)
treed1c67994dca64acb4ffcbd1da2807910ba5d7a1d /audio/mpmf20
parentRemove conditions around 'always true' conditions (diff)
Remove 'always true' condition
Notes
Notes: svn path=/head/; revision=190051
Diffstat (limited to 'audio/mpmf20')
-rw-r--r--audio/mpmf20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile
index 9de73aa363b1..5a5b21e4a4ce 100644
--- a/audio/mpmf20/Makefile
+++ b/audio/mpmf20/Makefile
@@ -22,7 +22,7 @@ PLIST_FILES= bin/mpmf20
.include <bsd.port.pre.mk>
-.if ${ARCH} == i386 && ${OSVERSION} > 500000 && ${OSVERSION} < 502108
+.if ${ARCH} == i386 && ${OSVERSION} < 502108
BROKEN= ffs() clash, see i386/41930
.endif