From 43c3da5a3c30d9ca87b8c60a811829eb3131935c Mon Sep 17 00:00:00 2001 From: sat Date: Tue, 8 Aug 2006 18:00:37 +0000 Subject: - Mark broken on 4.x Reported by: pointyhat via kris --- audio/kexis/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/kexis/Makefile b/audio/kexis/Makefile index afece7f9762d..941e58f77209 100644 --- a/audio/kexis/Makefile +++ b/audio/kexis/Makefile @@ -20,4 +20,10 @@ PLIST_FILES= bin/kexis do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kexis ${PREFIX}/bin/ -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= Does not build on 4.x +.endif + +.include -- cgit