diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 00:07:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 00:07:34 +0000 |
commit | a4e9ac80fd7f8c6c812d897f6d23862d03431510 (patch) | |
tree | 38353585b45731ee509052c4becfbee2af5653fc /audio/mpmf20 | |
parent | b5d7cf3828bcb18fb349159bb5d61643349e7a52 (diff) | |
download | ports-a4e9ac80fd7f8c6c812d897f6d23862d03431510.tar.gz ports-a4e9ac80fd7f8c6c812d897f6d23862d03431510.zip |
Notes
Diffstat (limited to 'audio/mpmf20')
-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> |