1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Mark broken w/ ruby 1.9

configure: WARNING: Only 1.8.x releases are supported at this time

With Hat:	ruby@
This commit is contained in:
Philip M. Gollucci 2011-12-23 02:51:01 +00:00
parent cabda31041
commit f087d49392
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287891

View File

@ -33,4 +33,8 @@ do-build:
do-install:
cd ${WRKSRC} ; ${MAKE} install-swig-rb
.if ${RUBY_VER} == 1.9
BROKEN= does not work with ruby 1.9
.endif
.include <bsd.port.post.mk>