From 40276b11859268fe6f2ee3c138757fb89f8f1603 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 28 Jul 2014 18:42:28 +0000 Subject: [PATCH] converters/ruby-iconv: Use standard check for Ruby 2.0 With hat: ruby@ --- converters/ruby-iconv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index f0b89c0eae0a..e72a5683fdd4 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -31,8 +31,8 @@ PLIST_FILES= ${RUBY_ARCHLIBDIR:S,${PREFIX},,:S,^/,,}/iconv.so .include -.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