diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-07-26 22:07:59 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-07-26 22:07:59 +0000 |
commit | 2d9358072d359accd2a8ec8bc018c1ae866148da (patch) | |
tree | 2c5dd45fb2df390869f7be250284723cc52e7c88 /converters/ruby-iconv/Makefile | |
parent | Update to 1.5.3. (diff) |
converters/ruby-iconv: mark ignore with Ruby 2.0 and newer
Notes
Notes:
svn path=/head/; revision=362990
Diffstat (limited to 'converters/ruby-iconv/Makefile')
-rw-r--r-- | converters/ruby-iconv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index 5bcda7064d54..f0b89c0eae0a 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -31,6 +31,10 @@ 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 +.endif + RUBY_WRKDIR!= cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR do-extract: |