aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/ruby-lha
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-01-02 23:55:37 +0800
committerSteve Wills <swills@FreeBSD.org>2014-01-02 23:55:37 +0800
commit797593103c902523a350a39666b96afbb503a6a7 (patch)
treee379606eb2bf88ec9abc7ebbb6ff3c28a85a0ae8 /archivers/ruby-lha
parentc13e49fed88fea40543f9721fdc3b44f0c30cdae (diff)
downloadfreebsd-ports-gnome-797593103c902523a350a39666b96afbb503a6a7.tar.gz
freebsd-ports-gnome-797593103c902523a350a39666b96afbb503a6a7.tar.zst
freebsd-ports-gnome-797593103c902523a350a39666b96afbb503a6a7.zip
- Mark as broken with Ruby 2.0
Diffstat (limited to 'archivers/ruby-lha')
-rw-r--r--archivers/ruby-lha/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/ruby-lha/Makefile b/archivers/ruby-lha/Makefile
index 87de18d532aa..a67e44047dbc 100644
--- a/archivers/ruby-lha/Makefile
+++ b/archivers/ruby-lha/Makefile
@@ -30,4 +30,8 @@ post-install:
${INSTALL_SCRIPT} ${EXAMPLES:S,^,${WRKSRC}/,} ${RUBY_MODEXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 2.0
+BROKEN= Does not build with Ruby 2.0
+.endif
+.include <bsd.port.post.mk>