diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-10-03 23:40:35 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-10-03 23:40:35 +0000 |
commit | 2144a22c157ca35b7a75a962a671a9c4d019bd76 (patch) | |
tree | 0671ee272f4e4f2a67b3b474811ea8104a1b37f4 /math | |
parent | d62241fc589197e6df5d480d00023edd4b612646 (diff) | |
download | pkgsrc-2144a22c157ca35b7a75a962a671a9c4d019bd76.tar.gz |
CONFLICTS between python modules
Diffstat (limited to 'math')
-rw-r--r-- | math/py-networkx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index 338a5ab01a7..b71a845ce74 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/03 22:14:02 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/03 23:40:37 cheusov Exp $ # DISTNAME= networkx-1.7 @@ -12,5 +12,7 @@ HOMEPAGE= http://networkx.lanl.gov/ COMMENT= Python package for creating and manipulating graphs and networks LICENSE= modified-bsd +PYTHON_SELF_CONFLICT= yes + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |