1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

converters/ruby-iconv: Use standard check for Ruby 2.0

With hat:	ruby@
This commit is contained in:
Steve Wills 2014-07-28 18:42:28 +00:00
parent 85ea2d9989
commit 40276b1185
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363225

View File

@ -31,8 +31,8 @@ PLIST_FILES= ${RUBY_ARCHLIBDIR:S,${PREFIX},,:S,^/,,}/iconv.so
.include <bsd.port.pre.mk>
.if ${RUBY_VER} != 1.9
IGNORE= Not needed with Ruby 2.0 or higher
.if ${RUBY_VER} >= 2.0
IGNORE= Not needed with Ruby 2.0 or newer
.endif
RUBY_WRKDIR!= cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR