From 51ac38bbe1124de8a74bfee8cc9d7a4f55798b11 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 22 Oct 2003 07:48:40 +0000 Subject: Mark broken on 5.x. --- audio/mixer.app/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio/mixer.app') diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile index 38088debbe3d..ef1af13b6ac8 100644 --- a/audio/mixer.app/Makefile +++ b/audio/mixer.app/Makefile @@ -14,9 +14,15 @@ DISTNAME= Mixer.app-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Another mixer intended for the windowmaker dockapp +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + USE_XPM= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin -.include +.include -- cgit v1.2.3