summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 70dcbc03a..685267f97 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -162,11 +162,11 @@ $charts++ if eval "require GD";
$charts++ if eval "require Chart::Base";
if ($charts != 2) {
print "If you you want to see graphical bug dependency charts, you may install\n",
- "the optional libgd and the Perl modules GD and Chart::Base, e.g. by\n",
+ "the optional libgd and the Perl modules GD-1.19 and Chart::Base-0.99b, e.g. by\n",
"running (as root)\n\n",
" perl -MCPAN -eshell\n",
- " install GD\n",
- " install Chart::Base\n";
+ " install LDS/GD-1.19.tar.gz\n",
+ " install N/NI/NINJAZ/Chart-0.99b.tar.gz";
}