--- deliantra/Deliantra-Client/Makefile.PL 2006/08/15 05:58:13 1.61 +++ deliantra/Deliantra-Client/Makefile.PL 2006/11/07 22:41:27 1.67 @@ -28,7 +28,7 @@ EOF $INC = "-I/gtk/include -I/gtk/include/pango-1.0 -I/gtk/include/glib-2.0 -I/gtk/lib/glib-2.0/include/ -I/gtk/include/freetype2"; - $LIBS = "-L/gtk/lib -lSDL -lSDL_image -lSDL_mixer -lpango-1.0 -lpangoft2-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lfreetype -lfontconfig -lopengl32", + $LIBS = "-L/gtk/lib -lSDL -lSDL_image -lSDL_mixer -lpango-1.0 -lpangoft2-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lfreetype -lfontconfig -lopengl32 -lwininet", } else { $INC = join " ", qx, qx; $LIBS = join " ", qx, "-lSDL_image -lSDL_mixer", qx, "-lGL"; @@ -49,9 +49,9 @@ VERSION_FROM => "CFPlus.pm", PREREQ_PM => { BerkeleyDB => 0.27, - Crossfire => 0.8, + Crossfire => 0.95, Time::HiRes => 0, - Event => 1.01, + Event => 1.07, AnyEvent => 0, Compress::LZF => 1.6, Pod::POM => 0.15, @@ -75,7 +75,11 @@ ); sub MY::postamble { - my $self=shift; + my $self = shift; + + # try to add MANIFEST to CONFIGDEP + s/^CONFIGDEP = /CONFIGDEP = MANIFEST /m + for @{ $self->{RESULT} }; my $pods = join " ", ; @@ -83,8 +87,6 @@ all :: docwiki.pst -Makefile :: MANIFEST - docwiki.pst: bin/pod2wiki $pods \$(PERL) -Mlib=. bin/pod2wiki $pods