diff options
author | wiz <wiz> | 2009-05-26 16:55:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-26 16:55:23 +0000 |
commit | 0205e7760232a1da3bd68d85acbf2c32c7cc2e63 (patch) | |
tree | 8f0d52de5dcc121d95a9910755458a6a72b4a235 /devel/GConf | |
parent | 045b13439775900cec4da62d4f071bd55e1125c5 (diff) | |
download | pkgsrc-0205e7760232a1da3bd68d85acbf2c32c7cc2e63.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')
-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" |