From db4d8d5cb1b0244482fd21e793cf90d232b540cf Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 5 Feb 2004 04:08:26 +0000 Subject: BROKEN on 5.x: Does not compile --- audio/rio/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio') diff --git a/audio/rio/Makefile b/audio/rio/Makefile index 4db4d51b2696..2b08510dc81f 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -23,6 +23,10 @@ BINMODE= 4755 .include +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin -- cgit