diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-22 09:49:56 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-22 09:49:56 +0000 |
commit | 2d1342171ab0579197c870c0a5c7ceb60d44cb68 (patch) | |
tree | ac99f6cb4285ee6c71f40946241b0de6152e7895 /x11-wm | |
parent | a58d761f69427812b0f67eacf2fa5e8c680b91b3 (diff) | |
download | ports-2d1342171ab0579197c870c0a5c7ceb60d44cb68.tar.gz ports-2d1342171ab0579197c870c0a5c7ceb60d44cb68.zip |
Notes
Diffstat (limited to 'x11-wm')
-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 25a95f3909f9..73135297035c 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -34,7 +34,7 @@ WITH_GDM= yes RUN_DEPENDS+= ${X11BASE}/bin/gdm:${PORTSDIR}/x11/gdm2 PLIST_SUB+= GDM="" .else -PLIST_SUB+= GDM="@comment" +PLIST_SUB+= GDM="@comment " .endif .if !defined(WITHOUT_EXTRAS) |