diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-01-02 15:55:37 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-01-02 15:55:37 +0000 |
commit | 797593103c902523a350a39666b96afbb503a6a7 (patch) | |
tree | e379606eb2bf88ec9abc7ebbb6ff3c28a85a0ae8 /archivers | |
parent | c13e49fed88fea40543f9721fdc3b44f0c30cdae (diff) | |
download | ports-797593103c902523a350a39666b96afbb503a6a7.tar.gz ports-797593103c902523a350a39666b96afbb503a6a7.zip |
Notes
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> |