diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-26 16:55:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-26 16:55:23 +0000 |
commit | ab89a2b38ebfc10b3bc33966398789d9c0110749 (patch) | |
tree | 8f0d52de5dcc121d95a9910755458a6a72b4a235 /devel/GConf/Makefile.common | |
parent | fab3c9ac37ea3aac1b69c965f2452c9ac06bd171 (diff) | |
download | pkgsrc-ab89a2b38ebfc10b3bc33966398789d9c0110749.tar.gz |
BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) to
get gtkdoc-rebase.
Addresses PR 41475 by John D. Baker.
Diffstat (limited to 'devel/GConf/Makefile.common')
-rw-r--r-- | devel/GConf/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf/Makefile.common b/devel/GConf/Makefile.common index fe7c4c0e5cb..b83799ba5b9 100644 --- a/devel/GConf/Makefile.common +++ b/devel/GConf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2009/05/19 08:59:07 wiz Exp $ +# $NetBSD: Makefile.common,v 1.9 2009/05/26 16:55:23 wiz Exp $ # # used by devel/GConf/Makefile # used by devel/GConf-ui/Makefile @@ -38,5 +38,5 @@ CONFIGURE_ARGS+= --with-sysconfsubdir= CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0 - .include "../../devel/glib2/buildlink3.mk" +.include "../../textproc/gtk-doc/buildlink3.mk" |