diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-07-02 22:36:32 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-07-02 22:36:32 +0800 |
commit | a5997985164852f27e346f2b4a7cdf1502f4c82d (patch) | |
tree | d89119965dbf4b51a2f3fa9db022412583b3c82c /x11 | |
parent | 3ac0171ed9226613ace3cf68b495354749dc6eb1 (diff) | |
download | marcuscom-ports-a5997985164852f27e346f2b4a7cdf1502f4c82d.tar marcuscom-ports-a5997985164852f27e346f2b4a7cdf1502f4c82d.tar.gz marcuscom-ports-a5997985164852f27e346f2b4a7cdf1502f4c82d.tar.bz2 marcuscom-ports-a5997985164852f27e346f2b4a7cdf1502f4c82d.tar.lz marcuscom-ports-a5997985164852f27e346f2b4a7cdf1502f4c82d.tar.xz marcuscom-ports-a5997985164852f27e346f2b4a7cdf1502f4c82d.tar.zst marcuscom-ports-a5997985164852f27e346f2b4a7cdf1502f4c82d.zip |
Add missing seahorse3 depend to base set (so it shows up in the -lite port)
for ssh-agent support and simular.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16981 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index 6df9dddce..98423ac9e 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome3/Makefile,v 1.35 2012/06/14 22:30:25 kwm Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.36 2012/06/29 13:58:19 kwm Exp $ # PORTNAME= gnome3 @@ -34,6 +34,7 @@ RUN_DEPENDS?= gnome-panel>=3.0.0:${PORTSDIR}/x11/gnome-panel3 \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ yelp>=3.0.0:${PORTSDIR}/x11/yelp3 \ zenity>=3.0.0:${PORTSDIR}/x11/zenity \ + seahorse>=3.0.0:${PORTSDIR}/security/seahorse3 \ metacity>=2.34.0:${PORTSDIR}/x11-wm/metacity3 \ gnome-control-center>=3.0.0:${PORTSDIR}/sysutils/gnome-control-center3 \ ${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ |