pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/swig-python It was PYTHON_VERSIONS_ACCEPTED, not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88683d8b3671
branches:  trunk
changeset: 476336:88683d8b3671
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jun 07 00:01:02 2004 +0000

description:
It was PYTHON_VERSIONS_ACCEPTED, not PYTHON_VERSION_ACCEPTED.  Regardless,
use the _INCOMPATIBLE negative variant instead.

diffstat:

 devel/swig-python/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c6fe54d7ccdc -r 88683d8b3671 devel/swig-python/Makefile
--- a/devel/swig-python/Makefile        Sun Jun 06 23:51:36 2004 +0000
+++ b/devel/swig-python/Makefile        Mon Jun 07 00:01:02 2004 +0000
@@ -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}
 



Home | Main Index | Thread Index | Old Index