From ce2d2218e6eec253fa32250cb937167c0137164c Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 28 Feb 2013 00:50:44 +0000 Subject: [PATCH] also use gmake for Cygwin. and as noted in comment, let to use GNUmakefile as MAKE_FILE. --- lang/perl5/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 10aa1ae27a66..9c000c01439a 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.195 2013/02/27 14:02:22 obache Exp $ +# $NetBSD: Makefile,v 1.196 2013/02/28 00:50:44 obache Exp $ .include "license.mk" .include "Makefile.common" @@ -83,12 +83,13 @@ SUBST_VARS.policysh+= PKGMANDIR SUBST_VARS.policysh+= LOCALBASE SUBST_VARS.policysh+= PTHREAD_LDFLAGS -.if ${OPSYS} == "Darwin" +.if ${OPSYS} == "Darwin" || ${OPSYS} == "Cygwin" # # The Perl build attempts to work around case-insensitivity problems on # HFS filesystems by using GNUmakefiles, so we need to use GNU make. # USE_TOOLS+= gmake +MAKE_FILE= GNUmakefile .endif #