From 26fc5c15bef7b53e0d3e01b988f6b879b2723356 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 28 Oct 2003 22:40:35 +0000 Subject: Mark broken on 5.x due to the gcc3.3 upgrade. --- graphics/xmms-xvs/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile index 11a00434c0f3..67c906a89759 100644 --- a/graphics/xmms-xvs/Makefile +++ b/graphics/xmms-xvs/Makefile @@ -15,6 +15,12 @@ DISTNAME= xvs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= X Visualization System, a plugin for XMMS +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms @@ -39,4 +45,4 @@ post-install: .endfor .endif -.include +.include -- cgit