summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/py-Numeric/Makefile3
-rw-r--r--security/py-OpenSSL/Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index 470957a9303..2a701840869 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/03/01 19:15:07 minskim Exp $
+# $NetBSD: Makefile,v 1.42 2006/06/02 16:56:49 joerg Exp $
DISTNAME= Numeric-24.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE= http://numeric.scipy.org/
COMMENT= Adds multidimensional numeric arrays to Python
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
PYBINMODULE= yes
PYSETUP= setup.py
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile
index d8e5e158b28..31761933082 100644
--- a/security/py-OpenSSL/Makefile
+++ b/security/py-OpenSSL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:10:46 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/02 17:07:36 joerg Exp $
#
DISTNAME= pyOpenSSL-0.6
@@ -11,6 +11,8 @@ MAINTAINER= rpaulo@NetBSD.org
HOMEPAGE= http://pyopenssl.sourceforge.net/
COMMENT= Python interface to the OpenSSL library
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
+
PYDISTUTILSPKG= yes
PYBINMODULE= yes