diff options
-rw-r--r-- | Makefile.PL | 3 |
1 files changed, 3 insertions, 0 deletions
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', |