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 /www | |
parent | dc40a26024d85d07535fe4b732e30978908b9b14 (diff) | |
download | pkgsrc-6640f4e0315610e86268d98a24f213403027cee0.tar.gz |
CONFLICTS between python modules
Diffstat (limited to 'www')
-rw-r--r-- | www/py-moin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-moin/Makefile b/www/py-moin/Makefile index 384772b38e5..9b95d1a5280 100644 --- a/www/py-moin/Makefile +++ b/www/py-moin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/06/03 22:49:25 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 23:40:35 cheusov Exp $ # VER= 1.9.4 @@ -24,6 +24,8 @@ REPLACE_PYTHON= MoinMoin/i18n/tools/markup15to16.py \ REPLACE_PERL= MoinMoin/web/static/htdocs/applets/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl +PYTHON_SELF_CONFLICT= yes + .include "../../lang/python/distutils.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |