diff options
author | jlam <jlam> | 2006-06-21 16:12:14 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-06-21 16:12:14 +0000 |
commit | 07f60064925ff65d4cfd4595b3956300b8f72789 (patch) | |
tree | f19e570c617b94d484e8df5b3910647c263598df /print | |
parent | 4ea0a8b4a476704c3d769dc417f35f2e86c9a270 (diff) | |
download | pkgsrc-07f60064925ff65d4cfd4595b3956300b8f72789.tar.gz |
Include hicolor-icon-theme/buildlink3.mk so that the icon-theme cache
file is managed correctly at INSTALL and DEINSTALL time. Bump the
PKGREVISION to 1. This should fix the error noted in the bulk build
results:
http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
Diffstat (limited to 'print')
-rw-r--r-- | print/evince/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/evince/Makefile b/print/evince/Makefile index f558ea41a59..c81512e4093 100644 --- a/print/evince/Makefile +++ b/print/evince/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2006/05/31 18:17:23 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2006/06/21 16:12:14 jlam Exp $ # .include "../../print/evince/Makefile.common" +PKGREVISION= 1 COMMENT= Document viewer for the GNOME Desktop GCONF2_SCHEMAS= evince.schemas @@ -24,6 +25,7 @@ PLIST_SUBST+= DVI="@comment " .endif .include "../../devel/GConf2/schemas.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../security/gnome-keyring/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" |