summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-newt/Makefile4
-rw-r--r--math/py-networkx/Makefile4
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/py-newt/Makefile b/devel/py-newt/Makefile
index 9691bde1ec8..a3d3d0bc5e2 100644
--- a/devel/py-newt/Makefile
+++ b/devel/py-newt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:29 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/02/11 22:49:07 joerg Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -7,6 +7,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
PKGNAME= ${PYPKGPREFIX}-newt-${VERSION}
COMMENT= Windowing toolkit based on libslang (Python bindings)
+PYTHON_VERSIONS_ACCEPTED= 25 24
+
PY_PATCHPLIST= yes
GNU_CONFIGURE= yes
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index d3cf39c4c5e..a1902a80eff 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2008/08/27 18:53:42 apb Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/11 22:47:05 joerg Exp $
#
DISTNAME= networkx-0.37
@@ -12,7 +12,7 @@ HOMEPAGE= http://networkx.lanl.gov/
COMMENT= Python package for creating and manipulating graphs and networks
PKG_DESTDIR_SUPPORT= user-destdir
-
+PYTHON_VERSIONS_ACCEPTED= 25 24
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"