diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-04-11 20:52:38 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-04-11 20:52:38 +0000 |
commit | 062a0b8f85233a131bf2e866144c8d90de2aa9d9 (patch) | |
tree | 4a63151543034c9ddbac905d1bab140e0046d140 /x11/gnome2-power-tools | |
parent | 0661c80219eca10197415ebd0c490fcbb2e322da (diff) |
Fix depend on epiphany-extensions
Approved by: marcus
Notes
Notes:
svn path=/head/; revision=232120
Diffstat (limited to 'x11/gnome2-power-tools')
-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 8fec8195d81e..223120c19583 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.24/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \ +RUN_DEPENDS= ${LOCALBASE}/lib/epiphany/2.26/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 \ |