summaryrefslogtreecommitdiff
path: root/audio/rhythmbox
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-19 03:56:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-19 03:56:58 +0000
commitb33cb8004b7782fd5753b6cae3148119d627c80f (patch)
treecf66afe6ba3d5a1e06270401652dcd15779d8a20 /audio/rhythmbox
parentRemvoe another leftover directory. (diff)
Mark broken on 4.X.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=148762
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r--audio/rhythmbox/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 86771e3277af..6a8176530ee5 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -42,6 +42,10 @@ OPTIONS= IPOD "Enable iPod support" off \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Does not build on 4.X"
+.endif
+
.ifdef (WITH_IPOD)
CONFIGURE_ARGS+= --enable-ipod
.endif