diff options
author | jmmv <jmmv> | 2006-09-19 11:21:37 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-09-19 11:21:37 +0000 |
commit | 7d39c99caf750bd21b4d3b5b1536b0e00ccb140b (patch) | |
tree | bbcb99fb9e031127b9581bbd22147e8c5d551674 /print/evince | |
parent | ec9b9e7bcf9af7813dcba2e6d75b77f1ceb4d661 (diff) | |
download | pkgsrc-7d39c99caf750bd21b4d3b5b1536b0e00ccb140b.tar.gz |
Remove nautilus dependency: didn't remember that it was provided by
evince-nautilus. Noted by dillo@. Bump PKGREVISION to 2.
Diffstat (limited to 'print/evince')
-rw-r--r-- | print/evince/Makefile | 4 | ||||
-rw-r--r-- | print/evince/Makefile.common | 3 | ||||
-rw-r--r-- | print/evince/PLIST | 4 |
3 files changed, 4 insertions, 7 deletions
diff --git a/print/evince/Makefile b/print/evince/Makefile index a30826e4d81..461e071f16e 100644 --- a/print/evince/Makefile +++ b/print/evince/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2006/09/16 15:36:13 jmmv Exp $ +# $NetBSD: Makefile,v 1.25 2006/09/19 11:21:37 jmmv Exp $ # .include "../../print/evince/Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Document viewer for the GNOME Desktop diff --git a/print/evince/Makefile.common b/print/evince/Makefile.common index 1807206dc69..c7117864e4b 100644 --- a/print/evince/Makefile.common +++ b/print/evince/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2006/09/15 15:22:16 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.11 2006/09/19 11:21:37 jmmv Exp $ # DISTNAME= evince-0.6.0 @@ -37,7 +37,6 @@ BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.5.3 .include "../../print/poppler-glib/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" -.include "../../sysutils/nautilus/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/print/evince/PLIST b/print/evince/PLIST index 413d6d53f21..084bfb77431 100644 --- a/print/evince/PLIST +++ b/print/evince/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.11 2006/09/15 15:22:16 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/09/19 11:21:37 jmmv Exp $ bin/evince bin/evince-thumbnailer -lib/nautilus/extensions-1.0/libevince-properties-page.la share/applications/evince.desktop share/evince/evince-password.glade share/evince/evince-properties.glade @@ -142,4 +141,3 @@ share/omf/evince/evince-uk.omf @comment in GConf2: @dirrm share/gconf/schemas @dirrm share/evince @comment in xdg-dirs: @dirrm share/applications -@comment in nautilus: @dirrm lib/nautilus/extensions-1.0 |