diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-24 23:26:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-24 23:26:24 +0000 |
commit | 432cd995b5f29d52c4f85180e72658f87dcaf5f1 (patch) | |
tree | cf599dc901c2b9f0247ded16aacd1e324d55d847 /x11-wm/xfce4 | |
parent | 68c99ea9b3c73a9f6f06ac3389ba44273446fe12 (diff) | |
download | ports-432cd995b5f29d52c4f85180e72658f87dcaf5f1.tar.gz ports-432cd995b5f29d52c4f85180e72658f87dcaf5f1.zip |
Notes
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r-- | x11-wm/xfce4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 3ddb14dcfdc5..aa0de29f19a0 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -31,7 +31,7 @@ WITH_GDM= yes .endif .if defined(WITH_GDM) -RUN_DEPENDS+= ${X11BASE}/bin/gdm:${PORTSDIR}/x11/gdm2 +RUN_DEPENDS+= ${X11BASE}/bin/gdm:${PORTSDIR}/x11/gdm PLIST_SUB+= GDM="" .else PLIST_SUB+= GDM="@comment " |