summaryrefslogtreecommitdiff
path: root/net/py-ORBit
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-09-08 16:37:34 +0000
committerdrochner <drochner@pkgsrc.org>2009-09-08 16:37:34 +0000
commit763e1b0d17747e422a06f81c007675e344064f52 (patch)
tree44b4b1c1f1c4c8895e012afa974e6b96cbdf03e0 /net/py-ORBit
parent9db522da320301258118fbd96b455e4a4c0507bd (diff)
downloadpkgsrc-763e1b0d17747e422a06f81c007675e344064f52.tar.gz
After the last change to pythonXX/bl3, this pkg doesn't build against
older Python pkgs anymore on Linux, as reported by David Sainty. (due to a bogus hidden db4 dependency) Add API_DEPENDS to force a suitable Python version.
Diffstat (limited to 'net/py-ORBit')
-rw-r--r--net/py-ORBit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index c5cc2989a04..c7cdf5eee4f 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2009/07/07 11:02:37 zafer Exp $
+# $NetBSD: Makefile,v 1.33 2009/09/08 16:37:34 drochner Exp $
#
DISTNAME= pyorbit-2.24.0
@@ -21,6 +21,9 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PYTHON_VERSIONS_ACCEPTED= 26 25 24
+BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4
+BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2
+BUILDLINK_API_DEPENDS.python24+= python24>=2.4.5nb4
do-test:
(cd ${WRKSRC}/tests/c-inproc && ${PYTHONBIN} test-c-inproc.py)