diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-11-14 13:07:49 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-11-14 13:07:49 +0000 |
commit | 87d708bc7caea9be885dfa5ae6601f038733a572 (patch) | |
tree | 8ecd78bc25b0be812192c616e50fe3dad0e1f0af /x11/gnome2 | |
parent | fbbe817554d5bd3cef8b983653d238fb66b8ebbc (diff) | |
download | ports-87d708bc7caea9be885dfa5ae6601f038733a572.tar.gz ports-87d708bc7caea9be885dfa5ae6601f038733a572.zip |
Include deskutils/notification-daemon (used by gnome-power-manager,
gnome-volume-manager and gnome-applets via libnotify).
Notes
Notes:
svn path=/head/; revision=177253
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 9e4a7a7527f9..4874f8aa0034 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome2 PORTVERSION= 2.16.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -60,12 +60,13 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple evince:${PORTSDIR}/graphics/evince \ ${LOCALBASE}/libexec/fast-user-switch-applet:${PORTSDIR}/x11/fast-user-switch-applet \ ${LOCALBASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \ - alacarte:${PORTSDIR}/deskutils/alacarte \ + alacarte:${PORTSDIR}/deskutils/alacarte \ gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \ gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \ orca:${PORTSDIR}/accessibility/orca \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ - ekiga:${PORTSDIR}/net/ekiga + ekiga:${PORTSDIR}/net/ekiga \ + ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon NO_BUILD= yes |