diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-05 22:54:44 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-05 22:54:44 +0000 |
commit | 9aa1c42ffeda884e6fac0826f9c12572feea3c10 (patch) | |
tree | a8e7853f7fb4592921ad69cb2b81a6c0a0920769 | |
parent | cc60e05b19dd5f391c3cdf3fdf5f484ff397a76d (diff) |
Notes
-rw-r--r-- | comms/ruby-termios/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile index 18192613a128..7344cd3a2b9c 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby interface to termios +MAKE_JOBS_UNSAFE= yes + USE_RUBY= yes USE_RUBY_EXTCONF= yes |