summaryrefslogtreecommitdiff
path: root/audio/mpmf20
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-19 00:07:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-19 00:07:34 +0000
commita4e9ac80fd7f8c6c812d897f6d23862d03431510 (patch)
tree38353585b45731ee509052c4becfbee2af5653fc /audio/mpmf20
parentFix a security hole with a patch from the ezbounce Homepage. (diff)
Mark port as broken under -current until i386/41930 has been solved.
Noticed on: bento
Notes
Notes: svn path=/head/; revision=70440
Diffstat (limited to 'audio/mpmf20')
-rw-r--r--audio/mpmf20/Makefile8
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>