--- deliantra/Deliantra-Client/Makefile.PL 2006/04/18 00:14:16 1.26 +++ deliantra/Deliantra-Client/Makefile.PL 2006/04/19 06:06:42 1.30 @@ -5,7 +5,9 @@ *** microsoft compatibility forced us to only support manual configuration *** by editing Makefile.PL. complain to microsoft. -*** HINT: BerkeleyDB must be linked against version 4.4 or above of libdb +*** opengl 1.2 is required to run this client + +*** HINT: BerkeleyDB must be linked against version 4.3 or higher of libdb EOF @@ -43,6 +45,13 @@ PM => { 'CFClient.pm' => '$(INST_LIBDIR)/CFClient.pm', 'CFClient/UI.pm' => '$(INST_LIBDIR)/CFClient/UI.pm', - (map +($_ => "\$(INST_LIBDIR)/CFClient/$_"), , , ), + (map +($_ => "\$(INST_LIBDIR)/CFClient/$_"), + , + , + , + , + , + , + ), } );