diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-24 15:56:33 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-24 15:56:33 +0000 |
commit | 5730ea1ee30e194515568a6c59d02945797e72bf (patch) | |
tree | 5be6c1db18949c67f83fabe1380cdbda305b446b /x11 | |
parent | cf78a7514af2e26726f9696f998a82fad09c0838 (diff) | |
download | FreeBSD-ports-5730ea1ee30e194515568a6c59d02945797e72bf.zip FreeBSD-ports-5730ea1ee30e194515568a6c59d02945797e72bf.tar.gz |
Switch the check for gnomesystemtools to use network-admin instead of
boot-admin since the latter is no longer installed on FreeBSD.
Reported by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'x11')
-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 7befa36..e6a2a83 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ gnotime:${PORTSDIR}/deskutils/gnotime \ sound-juicer:${PORTSDIR}/audio/sound-juicer \ rhythmbox:${PORTSDIR}/audio/rhythmbox \ - boot-admin:${PORTSDIR}/sysutils/gnomesystemtools \ + network-admin:${PORTSDIR}/sysutils/gnomesystemtools \ jamboree:${PORTSDIR}/audio/jamboree .if !defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD) |