diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-09-19 11:21:37 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-09-19 11:21:37 +0000 |
commit | 8c551197b4b6bb2c814495df4d59d96e78e6e62b (patch) | |
tree | bbcb99fb9e031127b9581bbd22147e8c5d551674 /print | |
parent | 1c0dcc687dc858676d345f7d0d94ab5c2a994660 (diff) | |
download | pkgsrc-8c551197b4b6bb2c814495df4d59d96e78e6e62b.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')
-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 |