diff options
author | obache <obache> | 2010-11-19 01:12:23 +0000 |
---|---|---|
committer | obache <obache> | 2010-11-19 01:12:23 +0000 |
commit | 1558a4df7bd72d1245b6ea15488531605f723c87 (patch) | |
tree | 2f674af97f475b28d72d19184ba01f0076f79737 /devel | |
parent | 46fed2cb17ae6d0b2d7cc77d15e9ce06b6ddeddf (diff) | |
download | pkgsrc-1558a4df7bd72d1245b6ea15488531605f723c87.tar.gz |
No need gtkdoc-rebase workaround anymore.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/GConf/Makefile.common b/devel/GConf/Makefile.common index b2e69d5b052..eb4b6993cc8 100644 --- a/devel/GConf/Makefile.common +++ b/devel/GConf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2010/11/15 19:55:10 drochner Exp $ +# $NetBSD: Makefile.common,v 1.14 2010/11/19 01:12:23 obache Exp $ # # used by devel/GConf/Makefile # used by devel/GConf-ui/Makefile @@ -37,9 +37,5 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --with-sysconfsubdir= CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults -# Workaround for Upstream Bug#562310. -# for more detail, see also PR#41475. -TOOLS_NOOP+= gtkdoc-rebase - BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0 .include "../../devel/glib2/buildlink3.mk" |