diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-03 19:15:31 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-03 19:15:31 +0800 |
commit | 8ae1171083be78e4397a5166110a4ddac9f92324 (patch) | |
tree | fd7b1190856b9d3bae162ff7f7a4215559a21bf7 /x11 | |
parent | 53d53247ba9cef6df6ba368bca473b6ac5ce9807 (diff) | |
download | marcuscom-ports-8ae1171083be78e4397a5166110a4ddac9f92324.tar marcuscom-ports-8ae1171083be78e4397a5166110a4ddac9f92324.tar.gz marcuscom-ports-8ae1171083be78e4397a5166110a4ddac9f92324.tar.bz2 marcuscom-ports-8ae1171083be78e4397a5166110a4ddac9f92324.tar.lz marcuscom-ports-8ae1171083be78e4397a5166110a4ddac9f92324.tar.xz marcuscom-ports-8ae1171083be78e4397a5166110a4ddac9f92324.tar.zst marcuscom-ports-8ae1171083be78e4397a5166110a4ddac9f92324.zip |
Update epiphany to 2.91.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15185 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index 994293975..4688953e4 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.9 2011/01/31 22:52:26 kwm Exp $ +# $MCom: ports/x11/gnome3/Makefile,v 1.10 2011/02/02 13:32:30 kwm Exp $ # PORTNAME= gnome3 @@ -65,10 +65,11 @@ RUN_DEPENDS+= gnome-shell>=2.91.0:${PORTSDIR}/x11/gnome-shell .if !defined(GNOME_SLAVE) -.if ${ARCH}!="sparc64" && ${ARCH}!="ia64" +# see if they build on these args. +#.if ${ARCH}!="sparc64" && ${ARCH}!="ia64" RUN_DEPENDS+= yelp>=2.91.0:${PORTSDIR}/x11/yelp3 \ -# epiphany:${PORTSDIR}/www/epiphany -.endif + epiphany>=2.91.0:${PORTSDIR}/www/epiphany3 +#.endif #.if ${.CURDIR:T}!="gnome2-lite" #RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ # gucharmap:${PORTSDIR}/deskutils/gucharmap \ |