diff options
author | adam <adam@pkgsrc.org> | 2018-07-03 05:03:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-07-03 05:03:01 +0000 |
commit | 3445d075bebfeeda915b20c358b79af5b9db8895 (patch) | |
tree | f5adf48498a05775bea8c492276fdbad87e6ff60 /textproc/gtk-doc | |
parent | 03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff) | |
download | pkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz |
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'textproc/gtk-doc')
-rw-r--r-- | textproc/gtk-doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index d19fde70848..fe962ff6cc5 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2018/04/29 21:32:05 adam Exp $ +# $NetBSD: Makefile,v 1.71 2018/07/03 05:03:35 adam Exp $ DISTNAME= gtk-doc-1.28 PKGREVISION= 1 @@ -25,7 +25,7 @@ USE_TOOLS+= gmake pkg-config:run msgfmt # one test failure that's not there with python-2.x as of 1.26 # https://bugzilla.gnome.org/show_bug.cgi?id=786174 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 SUBST_CLASSES+= fix-pc SUBST_STAGE.fix-pc= pre-configure |