diff options
author | recht <recht@pkgsrc.org> | 2004-03-04 10:58:09 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-04 10:58:09 +0000 |
commit | ba3cf11d97530402c0b98b25c01a9b11b23fdfc1 (patch) | |
tree | 6bce0dfbbda2cba9b85dc7110e93b79111006d14 | |
parent | c9eae9cc891a720597ec38544e5bdcde2f31fcec (diff) | |
download | pkgsrc-ba3cf11d97530402c0b98b25c01a9b11b23fdfc1.tar.gz |
pycurl needs Python 2.2 or later - so remove 2.1 from the list.
While at it make 2.3 the default version.
spotted by kristerw@'s bulk build
-rw-r--r-- | www/py-curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index f881933f227..17e78fe81ff 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/15 18:44:01 recht Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/04 10:58:09 recht Exp $ DISTNAME= pycurl-7.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -11,7 +11,7 @@ COMMENT= Python module interface to the cURL library PYDISTUTILSPKG= # defined PYBINMODULE= # defined -PYTHON_VERSIONS_ACCEPTED= 21pth 22pth 23pth +PYTHON_VERSIONS_ACCEPTED= 23pth 22pth USE_BUILDLINK2= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} |