diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-14 15:00:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-14 15:00:37 +0000 |
commit | 061fef734f65618d16e9697d1fb073ee15fae2db (patch) | |
tree | b0ce21c2222e4e01eda4c4190cf28c69e292104a /security/py-gnutls | |
parent | 3f535ea8d5050727bcc0b568bfb710ca05635a0e (diff) | |
download | pkgsrc-061fef734f65618d16e9697d1fb073ee15fae2db.tar.gz |
This package needs python>=2.3.
Diffstat (limited to 'security/py-gnutls')
-rw-r--r-- | security/py-gnutls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index 99367da8f8c..abbdb168336 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/10 19:32:26 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/14 15:00:37 minskim Exp $ DISTNAME= python-gnutls-0.2 PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//} @@ -14,7 +14,7 @@ USE_BUILDLINK3= yes PYDISTUTILSPKG= yes NO_CONFIGURE= yes -PYTHON_VERSIONS_ACCEPTED= 22 22pth 23 23pth +PYTHON_VERSIONS_ACCEPTED= 23 23pth .include "../../lang/python/extension.mk" .include "../../security/gnutls/buildlink3.mk" |