1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- Fix typo

This commit is contained in:
Philip M. Gollucci 2010-12-09 21:47:44 +00:00
parent 2c1ef9b644
commit 378e26ee13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265943

View File

@ -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