summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-06-07 00:01:02 +0000
committertv <tv@pkgsrc.org>2004-06-07 00:01:02 +0000
commitf36f9df1394088d9bb6f9727173c881738f7abed (patch)
tree4d3614730deb007158bb4e6debc0a356fc7bc26b
parent7db9aba4f1208760bf138aba5e09590c8b63097e (diff)
downloadpkgsrc-f36f9df1394088d9bb6f9727173c881738f7abed.tar.gz
It was PYTHON_VERSIONS_ACCEPTED, not PYTHON_VERSION_ACCEPTED. Regardless,
use the _INCOMPATIBLE negative variant instead.
-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}