freebsd-ports/www/wml/files/patch-wml_common-gd-Makefile.PL.in
Wesley Shields e9038f33c5 - Fix build.
- Use $Config{archname} from perl for PLIST_SUB.

PR:		ports/133166
Submitted by:	Rodrigo OSORIO (ros) <rodrigo@bebik.net> (maintainer)
2009-05-13 18:14:16 +00:00

10 lines
396 B
Perl

--- 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)',