diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-21 03:06:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-21 03:06:05 +0800 |
commit | 4e6c09f3d49cb192be2d6b4661d53887eb2a55ab (patch) | |
tree | 9a73a27ed96d50dbaa6b0bb04c2aa6d40a1c332e /x11/gnome2/Makefile | |
parent | d630238ba73ca59e5dfea50ae67e3a4817864fc2 (diff) | |
download | freebsd-ports-gnome-4e6c09f3d49cb192be2d6b4661d53887eb2a55ab.tar.gz freebsd-ports-gnome-4e6c09f3d49cb192be2d6b4661d53887eb2a55ab.tar.zst freebsd-ports-gnome-4e6c09f3d49cb192be2d6b4661d53887eb2a55ab.zip |
Take a page from GARNOME's book, and add seahorse-plugins to the Desktop.
This will restore seahorse-agent capabilities to GNOME by default.
Requested by: rnoland
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 6284ea9045c6..a623ea6240dc 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome2 PORTVERSION= 2.24.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -58,7 +58,7 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple orca:${PORTSDIR}/accessibility/orca \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon \ - seahorse:${PORTSDIR}/security/seahorse \ + seahorse-agent:${PORTSDIR}/security/seahorse-plugins \ mousetweaks:${PORTSDIR}/accessibility/mousetweaks \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme |