diff options
author | minskim <minskim> | 2005-10-23 17:44:41 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-23 17:44:41 +0000 |
commit | 7a9bed1eb526b4acbb10e90f452816d70f0ea529 (patch) | |
tree | 10514e390726a977ed93662471e89f7849622ce4 /x11 | |
parent | 469a766273ce110118b5df03e3e33f299fc17aa6 (diff) | |
download | pkgsrc-7a9bed1eb526b4acbb10e90f452816d70f0ea529.tar.gz |
Add a missing dependency and adjust PLIST accordingly. Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 5e14991fe92..4abb425eb61 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2005/10/12 21:56:27 jmmv Exp $ +# $NetBSD: Makefile,v 1.58 2005/10/23 17:44:41 minskim Exp $ # DISTNAME= gnome-panel-2.12.1 +PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.12/} EXTRACT_SUFX= .tar.bz2 @@ -44,6 +45,7 @@ BUILDLINK_DEPENDS.libwnck+= libwnck>=2.12.1 .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/libwnck/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../mail/evolution-data-server/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" .include "../../sysutils/gnome-menus/buildlink3.mk" diff --git a/x11/gnome-panel/PLIST b/x11/gnome-panel/PLIST index 85ab79a36c9..ae8fad13858 100644 --- a/x11/gnome-panel/PLIST +++ b/x11/gnome-panel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2005/10/12 21:56:27 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.23 2005/10/23 17:44:41 minskim Exp $ bin/gnome-desktop-item-edit bin/gnome-panel bin/panel-test-applets @@ -386,7 +386,7 @@ share/omf/workspace-switcher/workspace-switcher-uk.omf @comment in scrollkeeper: @dirrm share/omf @dirrm share/idl/gnome-panel-2.0 @comment in ORBit2: @dirrm share/idl -@dirrm share/icons/hicolor/48x48/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps @dirrm share/gnome/panel/pixmaps @dirrm share/gnome/panel/glade @dirrm share/gnome/panel |