diff options
Diffstat (limited to 'editors/gedit-python')
-rw-r--r-- | editors/gedit-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gedit-python/Makefile b/editors/gedit-python/Makefile index 5968d3e350f..9ca66b57819 100644 --- a/editors/gedit-python/Makefile +++ b/editors/gedit-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2016/07/09 06:38:14 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2016/07/09 13:03:45 wiz Exp $ DISTNAME= gedit-2.30.4 PKGNAME= gedit-python-2.30.4 @@ -25,7 +25,7 @@ BUILD_DIRS= plugin-loaders/python BUILD_DIRS+= plugins/pythonconsole plugins/quickopen plugins/snippets INSTALL_DIRS= ${BUILD_DIRS} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" |