diff options
author | knu <knu@FreeBSD.org> | 2006-06-07 14:41:03 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2006-06-07 14:41:03 +0800 |
commit | d5e5ff2b3969a022af195f9dbc6f52ed20187ac9 (patch) | |
tree | 9518bc6016fdbbbe69d7b327655aa743c8c3df3b /textproc | |
parent | 86c8842429a1bb4c161acd4f3d682cc340cdda41 (diff) | |
download | freebsd-ports-gnome-d5e5ff2b3969a022af195f9dbc6f52ed20187ac9.tar.gz freebsd-ports-gnome-d5e5ff2b3969a022af195f9dbc6f52ed20187ac9.tar.zst freebsd-ports-gnome-d5e5ff2b3969a022af195f9dbc6f52ed20187ac9.zip |
Make the condition consistent with the error message,
while Ruby 1.8.0 is not recommended at all.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-htree/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ruby-htree/Makefile b/textproc/ruby-htree/Makefile index 3d5475d8e6be..4196d62e34fe 100644 --- a/textproc/ruby-htree/Makefile +++ b/textproc/ruby-htree/Makefile @@ -28,7 +28,7 @@ DOCS= ${RUBY_RD_FILES} \ ${RUBY_RD_HTML_FILES} \ doc -RUBY_REQUIRE= Ruby > 180 +RUBY_REQUIRE= Ruby >= 180 .include <bsd.port.pre.mk> |