summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-10-03 23:40:35 +0000
committercheusov <cheusov>2012-10-03 23:40:35 +0000
commit6640f4e0315610e86268d98a24f213403027cee0 (patch)
tree0671ee272f4e4f2a67b3b474811ea8104a1b37f4 /math
parentdc40a26024d85d07535fe4b732e30978908b9b14 (diff)
downloadpkgsrc-6640f4e0315610e86268d98a24f213403027cee0.tar.gz
CONFLICTS between python modules
Diffstat (limited to 'math')
-rw-r--r--math/py-networkx/Makefile4
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"