summaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-04-13 12:55:53 +0000
committerobache <obache@pkgsrc.org>2013-04-13 12:55:53 +0000
commit09aaa2a9a37869007c26a13d6e6f6508bf052b87 (patch)
treefe7e431c494f4943680b208919a6a00a8d61bd4f /lang/python27
parent25f45d8346e1c757d92d9150aad6d8e63c4a3be5 (diff)
downloadpkgsrc-09aaa2a9a37869007c26a13d6e6f6508bf052b87.tar.gz
Cygwin also require gmake to build.
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index f299198369c..a50ef330fb3 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2013/04/12 09:03:41 adam Exp $
+# $NetBSD: Makefile,v 1.24 2013/04/13 12:55:53 obache Exp $
.include "dist.mk"
@@ -60,7 +60,7 @@ PRIVILEGED_STAGES+= clean
CONFIGURE_ENV+= ac_cv_func_bind_textdomain_codeset=yes
.endif
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"
+.if ${OPSYS} == "Cygwin" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"
PY_PLATNAME= ${LOWER_OPSYS}
USE_TOOLS+= gmake
.elif ${OPSYS} == "IRIX"