diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-04 18:00:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-04 18:00:58 +0000 |
commit | 55fa90af5f06165694c2b19f11de75277ea6260e (patch) | |
tree | cc54a699c1856b06ed92aefa844e4c63b8c5441a /databases | |
parent | 9d9b84950d2ad19b8cff2f494fd4cdc25b22d26e (diff) | |
download | pkgsrc-55fa90af5f06165694c2b19f11de75277ea6260e.tar.gz |
Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gramps/Makefile | 4 | ||||
-rw-r--r-- | databases/libgnomedb/Makefile | 4 | ||||
-rw-r--r-- | databases/mergeant/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile index 23951f2942b..5cb668224fc 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/11/19 03:39:57 hasso Exp $ +# $NetBSD: Makefile,v 1.37 2009/01/04 18:00:59 wiz Exp $ # DISTNAME= gramps-1.0.11 @@ -24,7 +24,7 @@ PYTHON_VERSIONS_ACCEPTED= 24 25 MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} .include "../../sysutils/gnome-vfs/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../textproc/rarian/omf.mk" .include "../../graphics/py-imaging/buildlink3.mk" .include "../../textproc/py-xml/buildlink3.mk" .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index fdd5eb7ad9a..d8898461b0a 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2008/09/29 12:56:50 obache Exp $ +# $NetBSD: Makefile,v 1.68 2009/01/04 18:00:59 wiz Exp $ # DISTNAME= libgnomedb-3.0.0 @@ -32,7 +32,7 @@ BUILDLINK_API_DEPENDS.libgda+= libgda>=3.0.0 .include "../../devel/libglade/buildlink3.mk" .include "../../graphics/libgnomecanvas/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../textproc/rarian/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/gtksourceview/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile index 3767782e91f..ac0b35a6c2e 100644 --- a/databases/mergeant/Makefile +++ b/databases/mergeant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2008/07/14 12:56:01 joerg Exp $ +# $NetBSD: Makefile,v 1.57 2009/01/04 18:00:59 wiz Exp $ # DISTNAME= mergeant-0.66 @@ -27,6 +27,6 @@ USE_LIBTOOL= YES .include "../../devel/libglade/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../textproc/rarian/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |