--- cvsroot/CV/Makefile.PL 2005/07/20 02:26:46 1.16 +++ cvsroot/CV/Makefile.PL 2005/07/20 06:20:36 1.17 @@ -3,7 +3,10 @@ use ExtUtils::MakeMaker; use ExtUtils::Depends; -my $pkg = ExtUtils::Depends->new ("Gtk2::CV", "Gtk2", "Glib"); +my $pkg = new ExtUtils::Depends ("Gtk2::CV"); + +$pkg->set_libs ("-ljpeg"); +$pkg->add_deps ("Gtk2", "Glib"); sub MY::postamble { my $self=shift;