aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/ruby-lha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/ruby-lha/Makefile')
-rw-r--r--archivers/ruby-lha/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/ruby-lha/Makefile b/archivers/ruby-lha/Makefile
index 6a37f89e33fa..219ed0071fe6 100644
--- a/archivers/ruby-lha/Makefile
+++ b/archivers/ruby-lha/Makefile
@@ -30,7 +30,9 @@ post-install:
${INSTALL_SCRIPT} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 2.0
-BROKEN= Does not build with Ruby 2.0
+
+.if ${RUBY_VER} >= 1.9
+BROKEN= Does not build with Ruby 2.0 or Ruby 2.1
.endif
+
.include <bsd.port.post.mk>