diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-04 01:29:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-04 01:29:34 +0800 |
commit | 4de7f27257fe1590f0bc73f5f9b8f2ffe7ae45ea (patch) | |
tree | 1d9781744f0f563176e4647ae2c67ee2f10a9c4e /x11 | |
parent | cb2209e6be91a6d9a30a934aa8c0a599f90973c0 (diff) | |
download | freebsd-ports-gnome-4de7f27257fe1590f0bc73f5f9b8f2ffe7ae45ea.tar.gz freebsd-ports-gnome-4de7f27257fe1590f0bc73f5f9b8f2ffe7ae45ea.tar.zst freebsd-ports-gnome-4de7f27257fe1590f0bc73f5f9b8f2ffe7ae45ea.zip |
Modify the gnomeapplets2 dependency so it depends on a file that is
actually installed on all architectures. This should fix the meta-port
build on Alpha.
Note to portmgr, the RELEASE_5_0_0 tag should be adjusted to account for
this change.
Reported by: bento
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index d57a55da501a..05e4950004a5 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org -RUN_DEPENDS= ${X11BASE}/libexec/battstat-applet-2:${PORTSDIR}/x11/gnomeapplets2 \ +RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ gnome-cd:${PORTSDIR}/audio/gnomemedia2 \ archive-generator:${PORTSDIR}/misc/gnomeutils2 \ eog:${PORTSDIR}/graphics/eog2 \ |