pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-curses If Python 2.3 is been used the pkg ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/791f62f9be53
branches:  trunk
changeset: 461326:791f62f9be53
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Sep 14 14:16:53 2003 +0000

description:
If Python 2.3 is been used the pkg version must be >= 2.3nb2.

diffstat:

 devel/py-curses/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b8294739df17 -r 791f62f9be53 devel/py-curses/Makefile
--- a/devel/py-curses/Makefile  Sun Sep 14 14:10:17 2003 +0000
+++ b/devel/py-curses/Makefile  Sun Sep 14 14:16:53 2003 +0000
@@ -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_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}; \



Home | Main Index | Thread Index | Old Index