diff options
author | swills <swills@FreeBSD.org> | 2015-04-03 21:24:15 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-03 21:24:15 +0800 |
commit | 4dfdfc0e6a2b32f8ffd76c493805dca5c3d4e266 (patch) | |
tree | c00f0f16b7460e818bbf5900847488ee23381838 /audio | |
parent | 9bb720e2d14c7e2a45ef161e8b1e688160e01f6e (diff) | |
download | freebsd-ports-gnome-4dfdfc0e6a2b32f8ffd76c493805dca5c3d4e266.tar.gz freebsd-ports-gnome-4dfdfc0e6a2b32f8ffd76c493805dca5c3d4e266.tar.zst freebsd-ports-gnome-4dfdfc0e6a2b32f8ffd76c493805dca5c3d4e266.zip |
audio/ruby-audiofile: mark broken with ruby 2.2
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-audiofile/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/ruby-audiofile/Makefile b/audio/ruby-audiofile/Makefile index 55ea77d9b2b3..ad34b80ad25a 100644 --- a/audio/ruby-audiofile/Makefile +++ b/audio/ruby-audiofile/Makefile @@ -40,4 +40,10 @@ post-install: ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} >= 2.2 +BROKEN= Does not build +.endif + +.include <bsd.port.post.mk> |