- Ruby 1.9 is default, remove logic for it

With hat:	ruby@
This commit is contained in:
Steve Wills 2014-01-02 20:25:40 +00:00
parent 41c2f8e8ed
commit 3e8ccd37f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338490

View file

@ -51,8 +51,6 @@ post-install:
.endfor
.endif
.if ${RUBY_VER} == "1.9"
CONFIGURE_ENV+= EXTRA_CFLAGS="${EXTRA_CFLAGS} -DWITH_RUBY_19"
.endif
.include <bsd.port.post.mk>