aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-29 06:40:35 +0800
committerlinimon <linimon@FreeBSD.org>2003-10-29 06:40:35 +0800
commit26fc5c15bef7b53e0d3e01b988f6b879b2723356 (patch)
tree72c11fd96675497f8d9a7bd32d830a08393bc9ff /graphics
parentb8d5fc5fee74fc3eb0a04fdfd52c93c3f749c4ca (diff)
downloadfreebsd-ports-gnome-26fc5c15bef7b53e0d3e01b988f6b879b2723356.tar.gz
freebsd-ports-gnome-26fc5c15bef7b53e0d3e01b988f6b879b2723356.tar.zst
freebsd-ports-gnome-26fc5c15bef7b53e0d3e01b988f6b879b2723356.zip
Mark broken on 5.x due to the gcc3.3 upgrade.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xmms-xvs/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>