diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-19 11:56:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-19 11:56:58 +0800 |
commit | d9f08969199389c59a829c8132f44fac144748bf (patch) | |
tree | 4b3ed67f139635a3ad03b3c39d60e8a8c1b4e1e5 /audio/rhythmbox | |
parent | 224cc2621ce0c083658b7e4e7785c0b4c108caa9 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |