diff options
author | swills <swills@FreeBSD.org> | 2011-07-04 23:48:33 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-04 23:48:33 +0800 |
commit | 73038235f414ec483bb81b247118f5a1fe395135 (patch) | |
tree | 9eedbefb42d042c557031894e2bb34d249713993 /security/ruby-tcpwrap | |
parent | f5013235fdf60998beded93b34adfc900bd36936 (diff) | |
download | freebsd-ports-gnome-73038235f414ec483bb81b247118f5a1fe395135.tar.gz freebsd-ports-gnome-73038235f414ec483bb81b247118f5a1fe395135.tar.zst freebsd-ports-gnome-73038235f414ec483bb81b247118f5a1fe395135.zip |
- Mark as broken with Ruby 1.9
Diffstat (limited to 'security/ruby-tcpwrap')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 664a9e3f2753..8c4023bf5ba8 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -44,4 +44,8 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> |