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 /textproc/py-markdown/Makefile | |
parent | dc40a26024d85d07535fe4b732e30978908b9b14 (diff) | |
download | pkgsrc-6640f4e0315610e86268d98a24f213403027cee0.tar.gz |
CONFLICTS between python modules
Diffstat (limited to 'textproc/py-markdown/Makefile')
-rw-r--r-- | textproc/py-markdown/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile index 8a9a63696da..d38cbae107e 100644 --- a/textproc/py-markdown/Makefile +++ b/textproc/py-markdown/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/04/08 12:37:19 adam Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/03 23:40:38 cheusov Exp $ DISTNAME= Markdown-2.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -14,6 +14,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes +PYTHON_SELF_CONFLICT= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |