diff options
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" |