blob: d3ce59c549e4eb92c64a6e7a0d7b27548e844d70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- wml_common/gd/Makefile.PL.in 2009-03-15 17:17:56.000000000 +0100
+++ wml_common/gd/Makefile.PL.in 2009-03-15 17:18:29.000000000 +0100
@@ -3,6 +3,7 @@
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'WML::GD',
+ 'MAKE' => 'gmake',
'VERSION_FROM' => 'GD.pm',
'PM' => {'GD.pm' => '$(INST_LIBDIR)/GD.pm'},
'MYEXTLIB' => 'libgd/libgd$(LIB_EXT)',
|