diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ruby-lha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> -.if ${RUBY_VER} >= 1.9 +.if ${RUBY_VER} >= 2.0 BROKEN= Does not build with Ruby 2.0 or Ruby 2.1 .endif |