aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-11-19 11:56:58 +0800
committermarcus <marcus@FreeBSD.org>2005-11-19 11:56:58 +0800
commitd9f08969199389c59a829c8132f44fac144748bf (patch)
tree4b3ed67f139635a3ad03b3c39d60e8a8c1b4e1e5 /audio/rhythmbox
parent224cc2621ce0c083658b7e4e7785c0b4c108caa9 (diff)
downloadfreebsd-ports-gnome-d9f08969199389c59a829c8132f44fac144748bf.tar.gz
freebsd-ports-gnome-d9f08969199389c59a829c8132f44fac144748bf.tar.zst
freebsd-ports-gnome-d9f08969199389c59a829c8132f44fac144748bf.zip
Mark broken on 4.X.
Reported by: pointyhat via kris
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