diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
commit | dae6521fbd55942614bff4ea61c8e8b5c026b6d4 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /editors | |
parent | eca16f16d39ee70b8857fc2115818e11e215bcef (diff) | |
download | pkgsrc-dae6521fbd55942614bff4ea61c8e8b5c026b6d4.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index c3369940f9c..54537f4bf2d 100644 --- a/editors/gedit3/Makefile +++ b/editors/gedit3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/03/13 23:10:20 prlw1 Exp $ +# $NetBSD: Makefile,v 1.23 2015/04/13 23:12:41 rodent Exp $ DISTNAME= gedit-3.14.3 CATEGORIES= editors gnome @@ -17,7 +17,7 @@ USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= data/gedit.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 REPLACE_PYTHON+= plugins/externaltools/data/send-to-fpaste.tool.in CONFIGURE_ARGS+= --disable-updater |