--- deliantra/Deliantra-Client/Makefile.PL 2008/08/19 17:38:29 1.110 +++ deliantra/Deliantra-Client/Makefile.PL 2009/09/29 08:50:50 1.119 @@ -42,7 +42,9 @@ qx, "-lSDL_image -lSDL_mixer", qx, - "-L/usr/X11/lib -lGL"; + "-L/usr/X11/lib"; + + $LIBS .= " -lGL" unless $^O =~ /darwin/i; # sigh... os x is so borked $_ =~ s/\n/ /g for $INC, $LIBS; @@ -63,15 +65,16 @@ EXE_FILES => [qw(bin/deliantra)], VERSION_FROM => "DC.pm", PREREQ_PM => { - BDB => 1.7, - Deliantra => 1.21, + BDB => 1.83, + Deliantra => 1.23, Time::HiRes => 0, EV => 3.42, - AnyEvent => 4.22, - Compress::LZF => 1.6, + Guard => 1, + AnyEvent => 4.331, + Compress::LZF => 3.41, Pod::POM => 0.15, LWP => 0, - JSON::XS => 2.01, + JSON::XS => 2.2222, }, depend => { "Client.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c rendercache.c', @@ -92,7 +95,6 @@ 'DC/UI/SpellList.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/SpellList.pm', 'DC/UI/Canvas.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Canvas.pm', 'DC/UI/ChatView.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/ChatView.pm', - 'DC/UI/MessageWindow.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/MessageWindow.pm', 'DC/Item.pm' => '$(INST_LIBDIR)/Client/private/DC/Item.pm', 'DC/Pod.pm' => '$(INST_LIBDIR)/Client/private/DC/Pod.pm', 'DC/MapWidget.pm' => '$(INST_LIBDIR)/Client/private/DC/MapWidget.pm',