summaryrefslogtreecommitdiff
path: root/audio/dagrab
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-27 06:17:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-27 06:17:10 +0000
commit5cf94c069ad762647a46bf3fc3f681b55b393b9c (patch)
tree448b4933589d90778d1978a4c92aba4332cdda24 /audio/dagrab
parentAdd a fake MAINTAINER line so that people who just glance at the (diff)
BROKEN on 5.x: broken by new ATA driver
Notes
Notes: svn path=/head/; revision=92304
Diffstat (limited to 'audio/dagrab')
-rw-r--r--audio/dagrab/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/dagrab/Makefile b/audio/dagrab/Makefile
index cfb174f6272c..c6ae02238423 100644
--- a/audio/dagrab/Makefile
+++ b/audio/dagrab/Makefile
@@ -21,4 +21,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dagrab ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dagrab.1 ${MANPREFIX}/man/man1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501106
+BROKEN= "Broken by new ATA driver"
+.endif
+
+.include <bsd.port.post.mk>