summaryrefslogtreecommitdiff
path: root/devel/swig-python
diff options
context:
space:
mode:
authortv <tv>2004-06-07 00:01:02 +0000
committertv <tv>2004-06-07 00:01:02 +0000
commit321458ff1c7df575b188245b9b66a182854a80c9 (patch)
tree4d3614730deb007158bb4e6debc0a356fc7bc26b /devel/swig-python
parent4d4f8df40af40ec28997ff86dfe6b851d8de70ba (diff)
downloadpkgsrc-321458ff1c7df575b188245b9b66a182854a80c9.tar.gz
It was PYTHON_VERSIONS_ACCEPTED, not PYTHON_VERSION_ACCEPTED. Regardless,
use the _INCOMPATIBLE negative variant instead.
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 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}