diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 6110b3907a630ba5f56311a5b07f346b35648583 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /textproc/gtk-doc | |
parent | e10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff) | |
download | pkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
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 93a8e0be72a..e750d0e8464 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2014/02/20 09:43:33 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2014/05/09 07:37:21 wiz Exp $ DISTNAME= gtk-doc-1.20 CATEGORIES= textproc @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE= gtk-doc.pc.in CONFIGURE_ARGS+= --with-xml-catalog=${XML_DEFAULT_CATALOG:Q} USE_TOOLS+= gmake perl:run pkg-config:run msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.20 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.20 .include "options.mk" |