From dfef287860826e46910810844ea633e4772f1806 Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 14 Oct 2011 13:00:01 +0000 Subject: Allow to accept any Python-2.x. --- security/py-SSLCrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/py-SSLCrypto/Makefile b/security/py-SSLCrypto/Makefile index 34dbf4ebbed..47790b778be 100644 --- a/security/py-SSLCrypto/Makefile +++ b/security/py-SSLCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/01/17 12:02:43 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2011/10/14 13:00:01 obache Exp $ # DISTNAME= SSLCrypto-0.1.1 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.4.1:../../lang/py-pyrex -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" -- cgit v1.2.3