From 76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 Oct 2002 02:55:52 +0000 Subject: Mark BROKEN on 5.0 --- audio/rio/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio/rio/Makefile') diff --git a/audio/rio/Makefile b/audio/rio/Makefile index 0b3838dc4598..7c54d225aa9e 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -20,7 +20,13 @@ MAKEFILE= makefile BINOWN= root BINMODE= 4755 +.include + +.if ${OSVERSION} >= 500035 +BROKEN= "Does not compile on 5.0" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin -.include +.include -- cgit v1.2.3