diff options
author | minskim <minskim> | 2004-12-12 15:35:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-12 15:35:50 +0000 |
commit | 2b9394be413d822e8432469bc97f7b394b513eec (patch) | |
tree | 022e03f3a6d1b5e256a2fca8ad0204e102888ebd | |
parent | 3646d29f23deccbf996ba3211ad38e569904f39c (diff) | |
download | pkgsrc-2b9394be413d822e8432469bc97f7b394b513eec.tar.gz |
Include scrollkeeper/omf.mk, instead of scrollkeeper/buildlink3.mk, to
register .omf files. Noted by jmmv@.
Bump PKGREIVISION.
-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" |