diff options
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" |