diff options
author | recht <recht> | 2003-09-14 14:16:53 +0000 |
---|---|---|
committer | recht <recht> | 2003-09-14 14:16:53 +0000 |
commit | 5419b0f680ff2e8cc5c260807de6862eb9ad3501 (patch) | |
tree | 5682a90e88f5feac25ca4f8b26f82cbc306ecd51 /devel/py-curses | |
parent | 13869d28c5a979934f19d160a096f58df04555ea (diff) | |
download | pkgsrc-5419b0f680ff2e8cc5c260807de6862eb9ad3501.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}; \ |