diff options
author | marcus <marcus@FreeBSD.org> | 2005-06-12 05:02:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-06-12 05:02:41 +0800 |
commit | 3f161e080d4932c0bdc81ca91a109014a73870c4 (patch) | |
tree | 17c28cecb522d01870a67563ad2127803d8542f1 /x11 | |
parent | be0d59e7f2ce2b34b6ceae88935ae37c9d42f9d7 (diff) | |
download | freebsd-ports-gnome-3f161e080d4932c0bdc81ca91a109014a73870c4.tar.gz freebsd-ports-gnome-3f161e080d4932c0bdc81ca91a109014a73870c4.tar.zst freebsd-ports-gnome-3f161e080d4932c0bdc81ca91a109014a73870c4.zip |
Chase the new location of gdm.
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 3dcf054a6cb4..d7f5da3ec7c0 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 gnome-system-monitor:${PORTSDIR}/sysutils/gnomesystemmonitor \ nautilus:${PORTSDIR}/x11-fm/nautilus2 \ yelp:${PORTSDIR}/x11/yelp \ - gdm:${PORTSDIR}/x11/gdm \ + ${X11BASE}/sbin/gdm:${PORTSDIR}/x11/gdm \ ${X11BASE}/share/gnome/applications/gnome-screensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome \ ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \ ${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnomeaudio2 \ |