diff options
author | wiz <wiz> | 2009-01-04 18:00:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-01-04 18:00:58 +0000 |
commit | 78b15b1be4f834824832c37471a2260baba2a122 (patch) | |
tree | cc54a699c1856b06ed92aefa844e4c63b8c5441a /devel | |
parent | 6b6eabac619ef7570598fa21e0dd05517a1e266d (diff) | |
download | pkgsrc-78b15b1be4f834824832c37471a2260baba2a122.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 'devel')
-rw-r--r-- | devel/diffuse/Makefile | 4 | ||||
-rw-r--r-- | devel/glade/Makefile.common | 4 | ||||
-rw-r--r-- | devel/meld/Makefile | 4 | ||||
-rw-r--r-- | devel/mico/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/devel/diffuse/Makefile b/devel/diffuse/Makefile index a856927eec2..d5eb522dff3 100644 --- a/devel/diffuse/Makefile +++ b/devel/diffuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/12/09 14:23:31 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/04 18:00:59 wiz Exp $ # DISTNAME= diffuse-0.2.15 @@ -53,7 +53,7 @@ do-install: ${DESTDIR}${PREFIX}/share/examples/diffuse .include "../../lang/python/application.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../textproc/rarian/omf.mk" BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.10 .include "../../x11/py-gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/glade/Makefile.common b/devel/glade/Makefile.common index c7ea9246d2c..56b1672c00b 100644 --- a/devel/glade/Makefile.common +++ b/devel/glade/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2008/04/30 13:38:14 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.6 2009/01/04 18:00:59 wiz Exp $ DISTNAME= glade-2.12.2 CATEGORIES= devel @@ -23,5 +23,5 @@ USE_PKGLOCALEDIR= YES .include "../../devel/gettext-lib/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../textproc/rarian/omf.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/devel/meld/Makefile b/devel/meld/Makefile index 1c72258dea1..c1a8a7a0223 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/12/01 13:53:10 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2009/01/04 18:00:59 wiz Exp $ # DISTNAME= meld-1.2.1 @@ -36,5 +36,5 @@ post-install: ${RMDIR} ${DESTDIR}${PREFIX}/share/doc/meld .include "../../lang/python/application.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../textproc/rarian/omf.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 936b67d30d5..980b82ca6cf 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/02 07:18:26 tonnerre Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/04 18:00:59 wiz Exp $ # DISTNAME= mico-2.3.12 @@ -36,5 +36,5 @@ SUBST_FILES.exampledir+= demo/services/Makefile demo/siegel/Makefile SUBST_FILES.exampledir+= demo/services/wireless/Makefile SUBST_SED.exampledir= -e "s@(INSTDIR)/doc/mico/examples@(SHARED_INSTDIR)/examples/${PKGBASE}@g" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../textproc/rarian/omf.mk" .include "../../mk/bsd.pkg.mk" |