diff options
author | recht <recht@pkgsrc.org> | 2003-09-14 14:16:53 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-14 14:16:53 +0000 |
commit | 3304e9bbc1fe804052b635ff690e86140079d386 (patch) | |
tree | 5682a90e88f5feac25ca4f8b26f82cbc306ecd51 /devel/py-curses | |
parent | efa6f88bace963900392637ca11e02cd9b734096 (diff) | |
download | pkgsrc-3304e9bbc1fe804052b635ff690e86140079d386.tar.gz |
If Python 2.3 is been used the pkg version must be >= 2.3nb2.
Diffstat (limited to 'devel/py-curses')
-rw-r--r-- | devel/py-curses/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile index 73a2ce7dfd7..f506f1cab80 100644 --- a/devel/py-curses/Makefile +++ b/devel/py-curses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 21:33:22 grant Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/14 14:16:53 recht Exp $ # PKGNAME= ${PYPKGPREFIX}-curses-0 @@ -21,6 +21,9 @@ PY_PATCHPLIST= yes PY_SETUP_SUBST= NCURSESPREFIX=${BUILDLINK_PREFIX.ncurses} +BUILDLINK_DEPENDS.python23= python23>=2.3nb2 +BUILDLINK_DEPENDS.python23pth= python23-pth>=2.3nb2 + # ignore errors due to missing files (EXTRACT_ELEMENTS!) do-patch: (cd ${WRKSRC}; \ |