summaryrefslogtreecommitdiff
path: root/package/python2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-15 19:01:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-15 19:01:08 +0100
commit909df4c95187cff6fa1da4696abc9317d5b4e46f (patch)
tree06a14a82c5cc1b44c75fa9b372aca9c20d31fbe2 /package/python2
parentafd8e219837dd32fd9eab0109e5a3db885b02e4b (diff)
disable for NetBSD build
Diffstat (limited to 'package/python2')
-rw-r--r--package/python2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index 56aaa9062..c9edbcd42 100644
--- a/package/python2/Makefile
+++ b/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}