diff options
Diffstat (limited to 'news/lottanzb')
-rw-r--r-- | news/lottanzb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index 5b4f2c003ac..df68cab90a6 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/08 12:27:41 asau Exp $ +# $NetBSD: Makefile,v 1.21 2014/01/25 10:30:18 wiz Exp $ DISTNAME= lottanzb-0.4.1 PKGREVISION= 1 @@ -18,6 +18,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= intltool msgfmt REPLACE_PYTHON= lottanzb/postprocessor.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-kiwi SUBST_CLASSES+= localedir SUBST_STAGE.localedir= pre-configure |