diff options
Diffstat (limited to 'graphics/dia-python/Makefile')
-rw-r--r-- | graphics/dia-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile index 4f979a36dc6..0812e0553dd 100644 --- a/graphics/dia-python/Makefile +++ b/graphics/dia-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/05/05 00:47:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.42 2014/05/09 07:37:07 wiz Exp $ DIA_SUBPKG= -python .include "../../graphics/dia/Makefile.common" @@ -13,7 +13,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} REPLACE_PYTHON= po-checktrans.py REPLACE_PYTHON+= plug-ins/python/gtkcons.py REPLACE_PYTHON+= sheets/checktrans.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 BUILD_DIRS+= plug-ins/python INSTALL_DIRS+= plug-ins/python |