diff options
author | marcus <marcus@FreeBSD.org> | 2009-12-01 05:42:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-12-01 05:42:58 +0800 |
commit | c6242e73dbc9a2b885a5a86923c38d018e3de10d (patch) | |
tree | f0deec672386fbc4471717663e43b1f8beab4618 /x11 | |
parent | 303311c171e522fd49d56d8d06fc38e89a487387 (diff) | |
download | freebsd-ports-gnome-c6242e73dbc9a2b885a5a86923c38d018e3de10d.tar.gz freebsd-ports-gnome-c6242e73dbc9a2b885a5a86923c38d018e3de10d.tar.zst freebsd-ports-gnome-c6242e73dbc9a2b885a5a86923c38d018e3de10d.zip |
Point the epiphany-extensions dependency to the correct file:
PR: 141030
Submitted by: Kevin Oberman <oberman@es.net>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-power-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile index 223120c19583..3adf00709f99 100644 --- a/x11/gnome2-power-tools/Makefile +++ b/x11/gnome2-power-tools/Makefile @@ -12,7 +12,7 @@ PKGNAMESUFFIX= -power-tools COMMENT= The 'Geektoys' for the GNOME 2 power user -RUN_DEPENDS= ${LOCALBASE}/lib/epiphany/2.26/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \ +RUN_DEPENDS= ${LOCALBASE}/lib/epiphany/2.28/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \ gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \ ${LOCALBASE}/libexec/netspeed_applet2:${PORTSDIR}/net/netspeed_applet \ ${LOCALBASE}/sbin/gkrellmd:${PORTSDIR}/sysutils/gkrellm2 \ |