diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-24 13:38:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-24 13:38:15 +0000 |
commit | 8d0229d2744e4499915390b26250c074607add52 (patch) | |
tree | bcb95714f7773ccd01dc7ba46bb4e4ead416a1b2 /news | |
parent | 97fab311ea17c97091c039d399f96df3f62d2d2f (diff) | |
download | pkgsrc-8d0229d2744e4499915390b26250c074607add52.tar.gz |
Fix path to Python. Bump revision.
Diffstat (limited to 'news')
-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" |