diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-11-12 03:32:27 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-11-12 03:32:27 +0000 |
commit | 56254ff7cdf2df13eab093e8b6b8d146a78f725e (patch) | |
tree | 88ceb4375456de908651794bb3ca4d8f7178a5a4 /archivers | |
parent | 4f8c12c38a04bc5cb34526e6b9953c6816113c4d (diff) | |
download | ports-56254ff7cdf2df13eab093e8b6b8d146a78f725e.tar.gz ports-56254ff7cdf2df13eab093e8b6b8d146a78f725e.zip |
Notes
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 |