diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-24 22:22:04 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-24 22:22:04 +0000 |
commit | 1d8f1c85ec3fee2618faba07e4d87aaf03503958 (patch) | |
tree | 8333325d6184c47b4145f8cb869983eb9665dde6 /x11-wm | |
parent | ced20ee92d5486d44b596dd3e960a0080b9b2947 (diff) | |
download | ports-1d8f1c85ec3fee2618faba07e4d87aaf03503958.tar.gz ports-1d8f1c85ec3fee2618faba07e4d87aaf03503958.zip |
Notes
Diffstat (limited to 'x11-wm')
-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 " |