diff options
author | swills <swills@FreeBSD.org> | 2011-04-11 02:18:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-04-11 02:18:09 +0800 |
commit | 281bb1cc1dbe6939d53f27733cf8d537050e20dc (patch) | |
tree | a39d720d5dc4e88e9d857aa56f5975a7da5ffc57 /comms | |
parent | 5ab67ad7a6d341b9e28e7508912c27da5cd45c4c (diff) | |
download | freebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.tar.gz freebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.tar.zst freebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.zip |
- Mark broken with Ruby 1.9
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ruby-serialport/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/ruby-serialport/Makefile b/comms/ruby-serialport/Makefile index 6a0410617edf..e1d186590dab 100644 --- a/comms/ruby-serialport/Makefile +++ b/comms/ruby-serialport/Makefile @@ -41,4 +41,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> |