From e8b57af3438442611fd6d3fbfddbe093c238e97c Mon Sep 17 00:00:00 2001 From: recht Date: Sun, 17 Aug 2003 18:10:35 +0000 Subject: Allow also Python 2.3 to be used. --- devel/swig-python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/swig-python/Makefile b/devel/swig-python/Makefile index 25e0d0218f7..8e3e0dccd6a 100644 --- a/devel/swig-python/Makefile +++ b/devel/swig-python/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2003/05/30 11:33:26 epg Exp $ +# $NetBSD: Makefile,v 1.4 2003/08/17 18:10:35 recht Exp $ PKGNAME= swig-python-${SWIG_VERSION} COMMENT= Simplified Wrapper and Interface Generator, Python runtime .include "../swig-build/Makefile.common" -PYTHON_VERSION_ACCEPTED= 22 22pth +PYTHON_VERSION_ACCEPTED= 23 23pth 22 22pth CONFIGURE_ARGS+= --with-python=${PYTHONBIN} -- cgit v1.2.3