summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL')
-rw-r--r--graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL b/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL
deleted file mode 100644
index 24110458712c..000000000000
--- a/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.PL.orig Thu Jul 12 04:44:56 2007
-+++ Makefile.PL Wed Jul 25 09:46:28 2007
-@@ -2,17 +2,6 @@
- use 5.008;
- # See lib/ExtUtils/MakeMaker.pm for details of how to influence
- # the contents of the Makefile that is written.
--my $dot_version = `dot -V 2>&1`;
--
--if (!$dot_version) {
-- die "You must install the graphviz package (http://www.graphviz.org) before using this module.\n";
--}
--else {
-- my (@v) = ($dot_version =~ /dot (?:- Graphviz )?version (\d+)\.(\d+) /);
-- if ( $v[0] < 2 || $v[1] < 2 ) {
-- die "You must have at least version 2.2 of dot to use this module (found $v[0].$v[1])";
-- }
--}
-
- WriteMakefile(
- NAME => 'GraphViz::Data::Structure',