1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Doesn't work with Ruby 1.9, see:

http://blog.zenspider.com/blog/2009/04/parsetree-eol.html
This commit is contained in:
Steve Wills 2012-06-25 16:40:19 +00:00
parent 25fb2fe970
commit 9a0a325a44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299954

View File

@ -26,4 +26,8 @@ PLIST_FILES= bin/parse_tree_abc \
GEM_NAME= ${DISTNAME}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= Builds with ruby 1.9, but does not work with ruby 1.9
.endif
.include <bsd.port.post.mk>