diff options
Diffstat (limited to 'news/lottanzb/Makefile')
-rw-r--r-- | news/lottanzb/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index b493147981f..80a7068492d 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2011/11/01 06:02:23 sbd Exp $ +# $NetBSD: Makefile,v 1.16 2011/11/24 13:38:15 joerg Exp $ DISTNAME= lottanzb-0.4.0 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= news MASTER_SITES= http://www.lottanzb.org/releases/ @@ -22,6 +22,8 @@ PYTHON_VERSIONS_ACCEPTED= 27 26 25 DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools INSTALLATION_DIRS+= ${PYSITELIB} +REPLACE_PYTHON= lottanzb/postprocessor.py + .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" |