diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-10 12:19:22 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-10 12:19:22 +0800 |
commit | 7698ea92087d8f2ca4cd1235b672f75825285e2f (patch) | |
tree | 6c0d2c65f2480615cf6ce0a973807efe26864cbb /x11/gnome2-fifth-toe | |
parent | 9587b181470ccdf9d454dddd2166463f565ceaed (diff) | |
download | freebsd-ports-gnome-7698ea92087d8f2ca4cd1235b672f75825285e2f.tar.gz freebsd-ports-gnome-7698ea92087d8f2ca4cd1235b672f75825285e2f.tar.zst freebsd-ports-gnome-7698ea92087d8f2ca4cd1235b672f75825285e2f.zip |
Fix path to galeon
Pointed out by: pointyhat via kris
Approved by: marucs (co mentor)
Diffstat (limited to 'x11/gnome2-fifth-toe')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index 160b270c9c7b..71ce0fa86c29 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ gthumb:${PORTSDIR}/graphics/gthumb2 \ ${X11BASE}/lib/gaim/docklet.so:${PORTSDIR}/net/gaim \ tsclient:${PORTSDIR}/net/tsclient \ - galeon:${PORTSDIR}/www/galeon2 \ + galeon:${PORTSDIR}/www/galeon \ seahorse:${PORTSDIR}/security/seahorse \ ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras \ bluefish:${PORTSDIR}/www/bluefish-devel \ |