Browse Source

disable for NetBSD build

Waldemar Brodkorb 15 years ago
parent
commit
909df4c951
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/python2/Makefile

+ 2 - 0
package/python2/Makefile

@@ -12,6 +12,8 @@ PKG_SECTION:=		lang
 PKG_URL:=		http://www.python.org
 PKG_SITES:=		http://www.python.org/ftp/python/${PKG_VERSION}/
 
+PKG_HOST_DEPENDS:=	!netbsd
+
 DISTFILES=		Python-${PKG_VERSION}.tgz
 WRKDIST=		${WRKDIR}/Python-${PKG_VERSION}