diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-02 00:17:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-02 00:17:16 +0200 |
commit | b240ad215b66df5ca95426eb8c4fcc93924be8b7 (patch) | |
tree | 4bc3929a4aa331a60f7a31817b929735d0d6e18d /package/python/Makefile | |
parent | 27954674d8c43999154076a2df1cc745626a3823 (diff) |
disable on Cygwin host
Diffstat (limited to 'package/python/Makefile')
-rw-r--r-- | package/python/Makefile | 2 |
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} |