diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-12 15:35:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-12 15:35:50 +0000 |
commit | 27fbf431ce6a24b1bfd8327b3953e2a625e9531b (patch) | |
tree | 022e03f3a6d1b5e256a2fca8ad0204e102888ebd /editors | |
parent | 42fb5585bfb1364766bbb81fcc47054584939e07 (diff) | |
download | pkgsrc-27fbf431ce6a24b1bfd8327b3953e2a625e9531b.tar.gz |
Include scrollkeeper/omf.mk, instead of scrollkeeper/buildlink3.mk, to
register .omf files. Noted by jmmv@.
Bump PKGREIVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gconf-editor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index d57547a4917..2d35535aa4e 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2004/12/12 15:33:27 minskim Exp $ +# $NetBSD: Makefile,v 1.28 2004/12/12 15:35:50 minskim Exp $ # DISTNAME= gconf-editor-2.8.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.8/} EXTRACT_SUFX= .tar.bz2 @@ -33,6 +33,6 @@ GCONF2_SCHEMAS= gconf-editor.schemas .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" -.include "../../textproc/scrollkeeper/buildlink3.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |