diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-25 06:22:04 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-25 06:22:04 +0800 |
commit | 598897a5a6fad72b52b70d47072fba31d907642e (patch) | |
tree | 11a5699eebd0331bf346024bcd382ea4c13839d2 | |
parent | 6b34fc166ab1ee52f6714683c83593c50bdb13ec (diff) | |
download | freebsd-ports-gnome-598897a5a6fad72b52b70d47072fba31d907642e.tar.gz freebsd-ports-gnome-598897a5a6fad72b52b70d47072fba31d907642e.tar.zst freebsd-ports-gnome-598897a5a6fad72b52b70d47072fba31d907642e.zip |
gdm moved from bin/ to sbin/
Submitted by: olgeni
-rw-r--r-- | x11-wm/xfce4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 2c61272905fe..5691fc6ff046 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -29,12 +29,12 @@ RUN_DEPENDS= ${X11BASE}/lib/xfce4/mcs-plugins/ui_plugin.so:${PORTSDIR}/sysutils/ xfce4-iconbox:${PORTSDIR}/misc/xfce4-iconbox \ ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine -.if exists(${X11BASE}/bin/gdm) +.if exists(${X11BASE}/sbin/gdm) WITH_GDM= yes .endif .if defined(WITH_GDM) -RUN_DEPENDS+= ${X11BASE}/bin/gdm:${PORTSDIR}/x11/gdm +RUN_DEPENDS+= ${X11BASE}/sbin/gdm:${PORTSDIR}/x11/gdm PLIST_SUB+= GDM="" .else PLIST_SUB+= GDM="@comment " |