From 56254ff7cdf2df13eab093e8b6b8d146a78f725e Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Wed, 12 Nov 2014 03:32:27 +0000 Subject: archivers/ruby-lha: Fix version comparison --- archivers/ruby-lha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/ruby-lha/Makefile b/archivers/ruby-lha/Makefile index 219ed0071fe6..595d82c2ee3d 100644 --- a/archivers/ruby-lha/Makefile +++ b/archivers/ruby-lha/Makefile @@ -31,7 +31,7 @@ post-install: .include -.if ${RUBY_VER} >= 1.9 +.if ${RUBY_VER} >= 2.0 BROKEN= Does not build with Ruby 2.0 or Ruby 2.1 .endif -- cgit v1.2.3