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 /math | |
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 'math')
-rw-r--r-- | math/genius/Makefile | 4 | ||||
-rw-r--r-- | math/qalculate-gtk/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile index 037f44aa07d..cb1a45d5504 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/06/23 17:16:56 drochner Exp $ +# $NetBSD: Makefile,v 1.17 2009/01/04 18:01:00 wiz Exp $ # DISTNAME= genius-1.0.3 @@ -29,7 +29,7 @@ do-test: .include "../../devel/readline/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../math/mpfr/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../textproc/rarian/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/gtksourceview/buildlink3.mk" .include "../../x11/vte/buildlink3.mk" diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index a7bef8ca140..b64962522c6 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/12/20 18:47:00 reed Exp $ +# $NetBSD: Makefile,v 1.26 2009/01/04 18:01:00 wiz Exp $ DISTNAME= qalculate-gtk-0.9.6 PKGREVISION= 1 @@ -25,5 +25,5 @@ pre-configure: .include "../../devel/libglade/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../math/qalculate/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../textproc/rarian/omf.mk" .include "../../mk/bsd.pkg.mk" |