From d632e75097794da8bcacee932a9f3ff038c54a61 Mon Sep 17 00:00:00 2001 From: abs Date: Fri, 11 Apr 2008 15:19:07 +0000 Subject: rather than accepting python 24 23 & 22, mark 15 20 & 21 as incompat --- databases/py-bsddb3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile index e3144f201d7..463af22698a 100644 --- a/databases/py-bsddb3/Makefile +++ b/databases/py-bsddb3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/01/12 11:36:29 adam Exp $ +# $NetBSD: Makefile,v 1.26 2008/04/11 15:19:07 abs Exp $ # DISTNAME= bsddb3-4.5.0 @@ -21,7 +21,7 @@ PYBINMODULE= yes .include "../../mk/pthread.buildlink3.mk" .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "native" -PYTHON_VERSIONS_ACCEPTED= 24 23 22 +PYTHON_VERSIONS_INCOMPATIBLE= 15 20 21 .endif do-test: -- cgit v1.2.3