diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-25 11:01:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-25 11:01:29 +0000 |
commit | 6b4a1e1ba738e18084579895e3294093a883e42a (patch) | |
tree | e6917030181556528aec8a70e7235a4e798603b7 /www | |
parent | d0f0cc53c3cef74f5d90ed906860fa635cb4114e (diff) | |
download | pkgsrc-6b4a1e1ba738e18084579895e3294093a883e42a.tar.gz |
accept python22-pth
Diffstat (limited to 'www')
-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 2f828960421..ed29ff50965 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/10/22 14:21:04 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/25 11:01:29 drochner Exp $ DISTNAME= pycurl-7.10.1 PKGNAME= ${PYPKGPREFIX}-curl-7.10.1 @@ -11,7 +11,7 @@ COMMENT= python module interface to the cURL library PYDISTUTILSPKG= # defined PYBINMODULE= # defined -PYTHON_VERSIONS_ACCEPTED= 21pth +PYTHON_VERSIONS_ACCEPTED= 21pth 22pth USE_BUILDLINK2= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} |