summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-07-14 14:43:45 +0000
committerjoerg <joerg@pkgsrc.org>2008-07-14 14:43:45 +0000
commit79e0a0b9a780b48b9b21c573c3f05d5c69d3ef08 (patch)
tree85a9cc0832ea9ec4a420273254b384ddf424643f
parent653cfdaeb585c10027df52b14c7705ef17b28e7b (diff)
downloadpkgsrc-79e0a0b9a780b48b9b21c573c3f05d5c69d3ef08.tar.gz
Require newer Python base version that has configure output with
readline installed. This fixes segmentation faults when using command completition support. Bump revision.
-rw-r--r--devel/py-readline/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/py-readline/Makefile b/devel/py-readline/Makefile
index 27ecd23153f..4873df5be26 100644
--- a/devel/py-readline/Makefile
+++ b/devel/py-readline/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2006/11/05 17:49:34 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2008/07/14 14:43:45 joerg Exp $
#
PKGNAME= ${PYPKGPREFIX}-readline-0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel misc python
MAINTAINER= tsarna@NetBSD.org
@@ -28,6 +28,11 @@ do-patch:
${PATCH} --batch <$$f || true; \
done)
+BUILDLINK_API_DEPENDS.python21+= python21>=2.1.3nb16
+BUILDLINK_API_DEPENDS.python23+= python23>=2.3.5nb11
+BUILDLINK_API_DEPENDS.python24+= python24>=2.4.5nb1
+BUILDLINK_API_DEPENDS.python25+= python25>=2.5.2nb2
+
.include "../../devel/readline/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../lang/python/srcdist.mk"