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 | 09c2b55cbae3777ff1fe9662efe555c043116479 (patch) | |
tree | 0671ee272f4e4f2a67b3b474811ea8104a1b37f4 /wm/py-tyle/Makefile | |
parent | 6f96c5dc7665adf462e5e03efe41aeaeef449082 (diff) | |
download | pkgsrc-09c2b55cbae3777ff1fe9662efe555c043116479.tar.gz |
CONFLICTS between python modules
Diffstat (limited to 'wm/py-tyle/Makefile')
-rw-r--r-- | wm/py-tyle/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile index 4aab6e32e69..764dbf9faa8 100644 --- a/wm/py-tyle/Makefile +++ b/wm/py-tyle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/03 22:14:03 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/03 23:40:39 cheusov Exp $ # DISTNAME= pytyle-0.7.5 @@ -16,6 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_SELF_CONFLICT= yes + USE_LANGUAGES= #none .include "../../lang/python/distutils.mk" |