aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-11-12 11:32:27 +0800
committerswills <swills@FreeBSD.org>2014-11-12 11:32:27 +0800
commit5453a46fd5461de14e00967cce291d7f2643c4af (patch)
tree88ceb4375456de908651794bb3ca4d8f7178a5a4 /archivers
parentc8479497b93ad8687743db5d1981a0f89a570f5e (diff)
downloadfreebsd-ports-gnome-5453a46fd5461de14e00967cce291d7f2643c4af.tar.gz
freebsd-ports-gnome-5453a46fd5461de14e00967cce291d7f2643c4af.tar.zst
freebsd-ports-gnome-5453a46fd5461de14e00967cce291d7f2643c4af.zip
archivers/ruby-lha: Fix version comparison
Diffstat (limited to 'archivers')
-rw-r--r--archivers/ruby-lha/Makefile2
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