From f36f9df1394088d9bb6f9727173c881738f7abed Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 7 Jun 2004 00:01:02 +0000 Subject: It was PYTHON_VERSIONS_ACCEPTED, not PYTHON_VERSION_ACCEPTED. Regardless, use the _INCOMPATIBLE negative variant instead. --- devel/swig-python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/swig-python/Makefile b/devel/swig-python/Makefile index 8e3e0dccd6a..27c25517771 100644 --- a/devel/swig-python/Makefile +++ b/devel/swig-python/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2003/08/17 18:10:35 recht Exp $ +# $NetBSD: Makefile,v 1.5 2004/06/07 00:01:02 tv Exp $ PKGNAME= swig-python-${SWIG_VERSION} COMMENT= Simplified Wrapper and Interface Generator, Python runtime .include "../swig-build/Makefile.common" -PYTHON_VERSION_ACCEPTED= 23 23pth 22 22pth +PYTHON_VERSIONS_INCOMPATIBLE= 21 21pth 20 15 CONFIGURE_ARGS+= --with-python=${PYTHONBIN} -- cgit v1.2.3