diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-19 03:56:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-19 03:56:58 +0000 |
commit | b33cb8004b7782fd5753b6cae3148119d627c80f (patch) | |
tree | cf66afe6ba3d5a1e06270401652dcd15779d8a20 /audio/rhythmbox | |
parent | Remvoe 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/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 |