summaryrefslogtreecommitdiff
path: root/editors/gedit-python/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-09 07:36:53 +0000
committerwiz <wiz>2014-05-09 07:36:53 +0000
commit1f40a115597a757dffb35d76fc06e4ced0708e2b (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /editors/gedit-python/Makefile
parent10c570a1541d725230c1afb3be2722bc774ee88c (diff)
downloadpkgsrc-1f40a115597a757dffb35d76fc06e4ced0708e2b.tar.gz
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'editors/gedit-python/Makefile')
-rw-r--r--editors/gedit-python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gedit-python/Makefile b/editors/gedit-python/Makefile
index 7e7650892dc..3f937e4de8e 100644
--- a/editors/gedit-python/Makefile
+++ b/editors/gedit-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/05/05 00:47:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:04 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 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../devel/py-gobject/buildlink3.mk"