diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-networkx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |