diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-11-09 14:16:09 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-11-09 14:16:09 +0000 |
commit | c294eb55ef3fb95b59609dd03799fddfc6eb93d9 (patch) | |
tree | c57aa6f74993059476db723bb0b107e6213b22dd /x11/gnome2 | |
parent | 1ac60c9561ff069e62ed370db18310e44816efce (diff) | |
download | ports-c294eb55ef3fb95b59609dd03799fddfc6eb93d9.tar.gz ports-c294eb55ef3fb95b59609dd03799fddfc6eb93d9.zip |
Notes
Diffstat (limited to 'x11/gnome2')
-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 2f50ba4814b0..9e4a7a7527f9 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -64,7 +64,6 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \ gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \ orca:${PORTSDIR}/accessibility/orca \ - epiphany:${PORTSDIR}/www/epiphany \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ ekiga:${PORTSDIR}/net/ekiga @@ -87,7 +86,8 @@ do-install: # empty RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy .endif .if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" -RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp +RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \ + epiphany:${PORTSDIR}/www/epiphany .endif .endif |