Browse Source

disable on Cygwin host

Waldemar Brodkorb 15 years ago
parent
commit
b240ad215b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/python/Makefile

+ 1 - 1
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}