summaryrefslogtreecommitdiff
path: root/package/python
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-18 19:06:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-18 19:06:45 +0100
commitd92e2d01cb8207ea3c388df103b288886a9626c7 (patch)
tree01be590174dea03ba6d79de5a5bd0e93592756c4 /package/python
parente522cbff7a7c5f3b5faa09b0e7254032ae80ae71 (diff)
Avoid/Fix build on OpenBSD host system
Diffstat (limited to 'package/python')
-rw-r--r--package/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python/Makefile b/package/python/Makefile
index 63d830e95..ad694d872 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
+PKG_HOST_DEPENDS:= !netbsd !openbsd
DISTFILES= Python-${PKG_VERSION}.tgz
WRKDIST= ${WRKDIR}/Python-${PKG_VERSION}