summaryrefslogtreecommitdiff
path: root/devel/swig-python
diff options
context:
space:
mode:
authorrecht <recht>2003-08-17 18:10:35 +0000
committerrecht <recht>2003-08-17 18:10:35 +0000
commit4d88ee7195d0d72e52eb7817e29c64418efd6691 (patch)
tree67e55cbc5306cd22e1f9d8da3d5f5e9a878a3219 /devel/swig-python
parent5e4b477d971caeaf3a5e0da458fffeebd01ba9bd (diff)
downloadpkgsrc-4d88ee7195d0d72e52eb7817e29c64418efd6691.tar.gz
Allow also Python 2.3 to be used.
Diffstat (limited to 'devel/swig-python')
-rw-r--r--devel/swig-python/Makefile4
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}