From 5a155e5bb8939fafa76eb41afc348ec1f642ae23 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 19 Jul 2016 18:14:53 +0000 Subject: [PATCH] Improve some of the wording around USE_RUBY. --- en_US.ISO8859-1/books/porters-handbook/special/chapter.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml index 9473f40b0d..ba88a91e19 100644 --- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -3782,7 +3782,7 @@ USE_PYTHON= autoplist distutils USE_RUBY - The port requires Ruby. + Adds build and run dependencies on Ruby. @@ -3799,8 +3799,8 @@ USE_PYTHON= autoplist distutils RUBY_SETUP - Set to the alternative name of - setup.rb. Common value is + Override the name of the setup script from + setup.rb. Another common value is install.rb.