Remove 'always true' condition

This commit is contained in:
Edwin Groothuis 2007-04-16 02:14:15 +00:00
parent fa40826706
commit 024cdb0356

View file

@ -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