summaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Lite/patches/patch-aa
blob: 37d528c6a166637ca65f20f62f268e87361b0df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.1 2009/01/06 00:40:24 he Exp $

--- Makefile.PL.orig	2008-11-17 15:20:47.000000000 +0000
+++ Makefile.PL
@@ -21,7 +21,6 @@ my %prereq = (
   'File::Spec'          => 0,
   'Email::Date::Format' => '1.000', # first release
 );
-if (prompt("Add prereqs?",'Yes')=~/y/i) {
     %prereq=( %prereq,
               'Mail::Address'     => 1.62,
               'MIME::Types'       => 1.13,
@@ -29,7 +28,6 @@ if (prompt("Add prereqs?",'Yes')=~/y/i) 
               'MIME::Base64'      => undef,
               'MIME::QuotedPrint' => undef,
             );
-}
 
 # Write the Makefile:
 WriteMakefile(