summaryrefslogtreecommitdiffstats
path: root/graphics/p5-Chart-Graph/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-Chart-Graph/files/patch-Makefile.PL')
-rw-r--r--graphics/p5-Chart-Graph/files/patch-Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Chart-Graph/files/patch-Makefile.PL b/graphics/p5-Chart-Graph/files/patch-Makefile.PL
index c2ddf94..b9dfda9 100644
--- a/graphics/p5-Chart-Graph/files/patch-Makefile.PL
+++ b/graphics/p5-Chart-Graph/files/patch-Makefile.PL
@@ -19,7 +19,7 @@
if (not defined $xvfb and ($_ eq "xrt2d" or $_ eq "xrt3d" or $_ eq "xmgrace")) {
print "Enter path to X virtual frame buffer(Xvfb): ";
- $xvfb = <STDIN>;
-+ $xvfb = "%%X11BASE%%/bin/Xvfb";
++ $xvfb = "%%LOCALBASE%%/bin/Xvfb";
chop $xvfb;
@xvfb = $xvfb;
}
OpenPOWER on IntegriCloud