diff options
author | recht <recht@pkgsrc.org> | 2003-08-17 18:10:35 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-08-17 18:10:35 +0000 |
commit | e8b57af3438442611fd6d3fbfddbe093c238e97c (patch) | |
tree | 67e55cbc5306cd22e1f9d8da3d5f5e9a878a3219 /devel | |
parent | 8e01798f1ef2e1887d68a29172ae5d26b4acc26a (diff) | |
download | pkgsrc-e8b57af3438442611fd6d3fbfddbe093c238e97c.tar.gz |
Allow also Python 2.3 to be used.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/swig-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |