diff options
-rw-r--r-- | audio/mpmf20/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile index c14ad40b6983..bd93b661d059 100644 --- a/audio/mpmf20/Makefile +++ b/audio/mpmf20/Makefile @@ -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> |