aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-04-16 10:14:15 +0800
committeredwin <edwin@FreeBSD.org>2007-04-16 10:14:15 +0800
commit1aab03afebc891d88a8de8f45de81b39e2ec1d71 (patch)
tree0202e0efead780b3c3c058d6c85b16aa875adfba /audio
parent2c9c1a42f4b4a114181bdc4c9c86504770349869 (diff)
downloadfreebsd-ports-gnome-1aab03afebc891d88a8de8f45de81b39e2ec1d71.tar.gz
freebsd-ports-gnome-1aab03afebc891d88a8de8f45de81b39e2ec1d71.tar.zst
freebsd-ports-gnome-1aab03afebc891d88a8de8f45de81b39e2ec1d71.zip
Remove 'always true' condition
Diffstat (limited to 'audio')
-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