diff options
Diffstat (limited to 'x11/gtk2/Makefile')
-rw-r--r-- | x11/gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 3821ac8d9e6..0c1e47ffd2f 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.303 2019/04/25 07:33:29 maya Exp $ +# $NetBSD: Makefile,v 1.304 2019/04/26 13:14:24 maya Exp $ DISTNAME= gtk+-2.24.32 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -73,7 +73,7 @@ SUBST_MESSAGE.iconcache= Renaming gtk-icon-cache-update. SUBST_SED.iconcache= -e 's,gtk-update-icon-cache,gtk2-update-icon-cache,g' SUBST_FILES.iconcache= gtk/Makefile.in -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.24.22 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.24.22 REPLACE_PYTHON= gtk/gtk-builder-convert # We remove the module databases during post-install since we create them |