diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-04 13:31:44 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-04 13:31:44 +0800 |
commit | a6b265cf00ff48ca0b3074e9fd76257c635080ef (patch) | |
tree | 6a82271e8037cd390bc8e0e62eee7d5eb81b57eb /x11 | |
parent | f103548ac98fdb88ada48cdae271c9ef62bd752a (diff) | |
download | marcuscom-ports-a6b265cf00ff48ca0b3074e9fd76257c635080ef.tar marcuscom-ports-a6b265cf00ff48ca0b3074e9fd76257c635080ef.tar.gz marcuscom-ports-a6b265cf00ff48ca0b3074e9fd76257c635080ef.tar.bz2 marcuscom-ports-a6b265cf00ff48ca0b3074e9fd76257c635080ef.tar.lz marcuscom-ports-a6b265cf00ff48ca0b3074e9fd76257c635080ef.tar.xz marcuscom-ports-a6b265cf00ff48ca0b3074e9fd76257c635080ef.tar.zst marcuscom-ports-a6b265cf00ff48ca0b3074e9fd76257c635080ef.zip |
Update caribou to 0.4.14.
While here update the run-depends on caribou in gnome3 port; caribou doesn't
install the binary under ${localbase}/bin but under ${localbase}/libexec. Because
of that, I had to change the caribou check.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19845 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index bebfa18b6..5c526dab4 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/x11/gnome3/Makefile 19831 2014-08-26 15:33:17Z kwm $ PORTNAME= gnome3 PORTVERSION= 3.12.0 @@ -37,7 +37,7 @@ RUN_DEPENDS?= dconf-editor:${PORTSDIR}/devel/dconf-editor \ metacity>=2.34.0:${PORTSDIR}/x11-wm/metacity \ gnome-control-center>=3.0.0:${PORTSDIR}/sysutils/gnome-control-center \ ${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ - caribou:${PORTSDIR}/accessibility/caribou \ + caribou>=0:${PORTSDIR}/accessibility/caribou \ ${LOCALBASE}/share/help/C/gnome-help/index.page:${PORTSDIR}/misc/gnome-user-docs \ ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme \ ekiga:${PORTSDIR}/net-im/ekiga |