diff options
author | cheusov <cheusov> | 2012-10-03 23:40:35 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-10-03 23:40:35 +0000 |
commit | 6640f4e0315610e86268d98a24f213403027cee0 (patch) | |
tree | 0671ee272f4e4f2a67b3b474811ea8104a1b37f4 /devel/py-ipython012/Makefile | |
parent | dc40a26024d85d07535fe4b732e30978908b9b14 (diff) | |
download | pkgsrc-6640f4e0315610e86268d98a24f213403027cee0.tar.gz |
CONFLICTS between python modules
Diffstat (limited to 'devel/py-ipython012/Makefile')
-rw-r--r-- | devel/py-ipython012/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-ipython012/Makefile b/devel/py-ipython012/Makefile index db86387b643..8c05e4ecaa2 100644 --- a/devel/py-ipython012/Makefile +++ b/devel/py-ipython012/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/03 22:14:01 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 23:40:35 cheusov Exp $ # DISTNAME= ipython-0.12 @@ -15,6 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_SELF_CONFLICT= yes USE_LANGUAGES= # none USE_TOOLS+= gunzip |