diff options
author | adamw <adamw@FreeBSD.org> | 2005-01-15 18:28:21 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-01-15 18:28:21 +0000 |
commit | 5fc8a1de81edd8ae1d1619684d7a58399230f708 (patch) | |
tree | e9b675760a4f616be127f03ff4b1b6ea66fedade /x11 | |
parent | c807f242f6f2cadac4bac2ff0da8d4ceb43691d4 (diff) | |
download | FreeBSD-ports-5fc8a1de81edd8ae1d1619684d7a58399230f708.zip FreeBSD-ports-5fc8a1de81edd8ae1d1619684d7a58399230f708.tar.gz |
Change the gnomesu dependency to point to security/libgnomesu. I'm not
really convinced that gnomesu belongs in here anyway, esp. seeing as how
it's a part of gnomesystemmonitor (and hence gnome2-fifth-toe) in GNOME 2.9/10.
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 eadbf9c..4f76e09 100644 --- a/x11/gnome2-power-tools/Makefile +++ b/x11/gnome2-power-tools/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${X11BASE}/lib/epiphany-1.4/extensions/libgesturesextension.so:${PO cog:${PORTSDIR}/sysutils/cog \ gnome-blog-poster:${PORTSDIR}/deskutils/gnomeblog \ gnome-keyring-manager:${PORTSDIR}/security/gnomekeyringmanager \ - gnomesu:${PORTSDIR}/sysutils/gnomesu + gnomesu:${PORTSDIR}/security/libgnomesu NO_BUILD= yes |