aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-09 21:47:44 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-09 21:47:44 +0000
commit378e26ee13b4de781ca96d216dd6cf0d62d2afed (patch)
tree37bb1a038be0a05f1d12a49265d1d8c050374956 /comms
parent2c1ef9b64464ce01955e888ed68278c9249cb921 (diff)
downloadports-378e26ee13b4de781ca96d216dd6cf0d62d2afed.tar.gz
ports-378e26ee13b4de781ca96d216dd6cf0d62d2afed.zip
- Fix typo
Notes
Notes: svn path=/head/; revision=265943
Diffstat (limited to 'comms')
-rw-r--r--comms/ruby-termios/Makefile2
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