diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-08 15:56:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-08 15:56:43 +0000 |
commit | 78b7af7df5fb1fd20a05c9a428f402e0a9f6a2e5 (patch) | |
tree | 0977c331334c28205040bea9e9101ee7f69fd234 /textproc/gtk-doc | |
parent | 7972034332eb39153af4182bda91f0d9e98203c7 (diff) | |
download | pkgsrc-78b7af7df5fb1fd20a05c9a428f402e0a9f6a2e5.tar.gz |
Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk.
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 1524dc05990..71d9c0ef6cd 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2009/02/09 22:56:27 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2009/03/08 15:56:47 wiz Exp $ # DISTNAME= gtk-doc-1.11 @@ -27,6 +27,6 @@ USE_TOOLS+= gmake perl:run pkg-config .include "../../lang/python/application.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" -.include "../../textproc/rarian/omf.mk" +.include "../../mk/omf-scrollkeeper.mk" .include "../../textproc/xmlcatmgr/catalogs.mk" .include "../../mk/bsd.pkg.mk" |