pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-bsddb3 Add 24pth to accepted python versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/049850b1b5a8
branches:  trunk
changeset: 487548:049850b1b5a8
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jan 16 19:52:29 2005 +0000

description:
Add 24pth to accepted python versions.

diffstat:

 databases/py-bsddb3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e211f9877b51 -r 049850b1b5a8 databases/py-bsddb3/Makefile
--- a/databases/py-bsddb3/Makefile      Sun Jan 16 19:49:29 2005 +0000
+++ b/databases/py-bsddb3/Makefile      Sun Jan 16 19:52:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/01/02 12:43:12 seb Exp $
+# $NetBSD: Makefile,v 1.12 2005/01/16 19:52:29 markd Exp $
 #
 
 DISTNAME=      bsddb3-4.3.0
@@ -21,7 +21,7 @@
 
 .include "../../mk/pthread.buildlink3.mk"
 .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "native"
-PYTHON_VERSIONS_ACCEPTED=      23pth 22pth
+PYTHON_VERSIONS_ACCEPTED=      24pth 23pth 22pth
 .endif
 
 do-test:



Home | Main Index | Thread Index | Old Index