diff options
author | kris <kris@FreeBSD.org> | 2003-10-27 14:17:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-27 14:17:10 +0800 |
commit | 731b566a6c55593424dd044411e0208eef835c47 (patch) | |
tree | f0dbb638a2f741c9e1135ac637d525813ddcf1d9 /audio/dagrab/Makefile | |
parent | c1c9048b33821235e9fa0d99c0afb70d7f9237d9 (diff) | |
download | freebsd-ports-gnome-731b566a6c55593424dd044411e0208eef835c47.tar.gz freebsd-ports-gnome-731b566a6c55593424dd044411e0208eef835c47.tar.zst freebsd-ports-gnome-731b566a6c55593424dd044411e0208eef835c47.zip |
BROKEN on 5.x: broken by new ATA driver
Diffstat (limited to 'audio/dagrab/Makefile')
-rw-r--r-- | audio/dagrab/Makefile | 8 |
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> |