diff options
author | obache <obache@pkgsrc.org> | 2013-02-28 00:50:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-02-28 00:50:44 +0000 |
commit | ce2d2218e6eec253fa32250cb937167c0137164c (patch) | |
tree | 3bae0af53259ebfa29fd2beb0cc5ac8f9e776fd3 /lang/perl5/Makefile | |
parent | 42ebce608148e8b71ff7e28223969d1bfe99494e (diff) | |
download | pkgsrc-ce2d2218e6eec253fa32250cb937167c0137164c.tar.gz |
also use gmake for Cygwin.
and as noted in comment, let to use GNUmakefile as MAKE_FILE.
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 10aa1ae27a6..9c000c01439 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 # |