1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Mark port as broken under -current until i386/41930 has been solved.

Noticed on: bento
This commit is contained in:
Edwin Groothuis 2002-11-19 00:07:34 +00:00
parent b5d7cf3828
commit a4e9ac80fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70440

View File

@ -17,7 +17,13 @@ MAINTAINER= ports@FreeBSD.org
MAKEFILE= makefile
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "ffs() clash, see i386/41930"
.endif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>