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 | e6e77cdca0f52d6f71e9e2bda2a8d769d1e26b2d (patch) | |
tree | b0ce21c2222e4e01eda4c4190cf28c69e292104a /security | |
parent | 9afb1fe070b4f2d2ea4dca1ac1ba136c38913b6d (diff) | |
download | pkgsrc-e6e77cdca0f52d6f71e9e2bda2a8d769d1e26b2d.tar.gz |
This package needs python>=2.3.
Diffstat (limited to 'security')
-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" |