From b81028dea93aea6cec6159af417a553ec62c6ae7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 28 Oct 2005 14:15:21 +0000 Subject: Require MDV::Packdrakeng in Makefile.PL --- Makefile.PL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index cbcdee5..4030afe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,6 +47,9 @@ rpm: rpmdist WriteMakefile( NAME => 'URPM', + PREREQ_PM => { + 'MDV::Packdrakeng' => '1.00', + }, CCFLAGS => '-Wall', OPTIMIZE => '-O3 -fomit-frame-pointer -fno-exceptions -pipe -s -ffast-math -fexpensive-optimizations', VERSION_FROM => 'URPM.pm', -- cgit v1.2.1