summaryrefslogtreecommitdiff
path: root/graphics/xmms-xvs/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-28 22:40:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-28 22:40:35 +0000
commit9d220e2fdc0c2d2c839dbfc8a382cac3a64a1a07 (patch)
tree94210fd664ee1b9863f64a555b01c61ff13adea2 /graphics/xmms-xvs/Makefile
parent- Add startup script. (diff)
Mark broken on 5.x due to the gcc3.3 upgrade.
Notes
Notes: svn path=/head/; revision=92495
Diffstat (limited to '')
-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>