diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-10-17 05:52:27 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-10-17 05:52:27 +0000 |
commit | 8b54751aef7b394c176da6461a82de70e082b402 (patch) | |
tree | 6b1a4b76132f580b0ccddbc5a5a9b647f372d7a9 /graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL | |
parent | - Update to 2.01 (diff) |
- Update to 0.17
Notes
Notes:
svn path=/head/; revision=201591
Diffstat (limited to 'graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL')
-rw-r--r-- | graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL | 20 |
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', |