diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-09 21:47:44 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-09 21:47:44 +0000 |
commit | 378e26ee13b4de781ca96d216dd6cf0d62d2afed (patch) | |
tree | 37bb1a038be0a05f1d12a49265d1d8c050374956 /comms | |
parent | 2c1ef9b64464ce01955e888ed68278c9249cb921 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ruby-termios/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile index 2826a7274ba6..ffcf2430e6f1 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby interface to termios -.if ${RUBY_VER} = 1.9 +.if ${RUBY_VER} == 1.9 BROKEN= does not compile with ruby 1.9 .endif |