ports/graphics/p5-Image-BioChrome/patches/patch-Makefile_PL

21 lines
318 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Makefile.PL.orig Mon Nov 13 12:29:21 2006
+++ Makefile.PL Mon Nov 13 12:29:40 2006
@@ -6,17 +6,6 @@
use strict;
use ExtUtils::MakeMaker;
-eval "use File::MMagic";
-
-if ($@ || $File::MMagic::VERSION < 1.21) {
- die(<<EOF);
-
-Image::BioChrome requires at least version 1.21 of File::MMagic
-
-EOF
-}
-
-