diff options
author | swills <swills@FreeBSD.org> | 2014-01-02 23:55:37 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-02 23:55:37 +0800 |
commit | 0dc20d263cc69578a076ca779ff16d227a6224cd (patch) | |
tree | e379606eb2bf88ec9abc7ebbb6ff3c28a85a0ae8 /archivers | |
parent | 8b9ff8dfb522e229441b608a861c9feb7e0a2ec7 (diff) | |
download | freebsd-ports-gnome-0dc20d263cc69578a076ca779ff16d227a6224cd.tar.gz freebsd-ports-gnome-0dc20d263cc69578a076ca779ff16d227a6224cd.tar.zst freebsd-ports-gnome-0dc20d263cc69578a076ca779ff16d227a6224cd.zip |
- Mark as broken with Ruby 2.0
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ruby-lha/Makefile | 6 |
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> |