summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-02 00:17:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-02 00:17:16 +0200
commitb240ad215b66df5ca95426eb8c4fcc93924be8b7 (patch)
tree4bc3929a4aa331a60f7a31817b929735d0d6e18d /package
parent27954674d8c43999154076a2df1cc745626a3823 (diff)
disable on Cygwin host
Diffstat (limited to 'package')
-rw-r--r--package/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python/Makefile b/package/python/Makefile
index ad694d872..32f7de0e4 100644
--- a/package/python/Makefile
+++ b/package/python/Makefile
@@ -12,7 +12,7 @@ PKG_SECTION:= lang
PKG_URL:= http://www.python.org
PKG_SITES:= http://www.python.org/ftp/python/3.1.1/
-PKG_HOST_DEPENDS:= !netbsd !openbsd
+PKG_HOST_DEPENDS:= !netbsd !openbsd !cygwin
DISTFILES= Python-${PKG_VERSION}.tgz
WRKDIST= ${WRKDIR}/Python-${PKG_VERSION}