summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache>2013-04-13 12:55:53 +0000
committerobache <obache>2013-04-13 12:55:53 +0000
commitba163d61a347b4b9e9c07feb621080e245d5ae5a (patch)
treefe7e431c494f4943680b208919a6a00a8d61bd4f /lang
parentd467ade1f5e91a3e66ed7696f3b0463d3f5b87fe (diff)
downloadpkgsrc-ba163d61a347b4b9e9c07feb621080e245d5ae5a.tar.gz
Cygwin also require gmake to build.
Diffstat (limited to 'lang')
-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"