diff options
author | pav <pav@FreeBSD.org> | 2005-01-25 07:26:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-25 07:26:24 +0800 |
commit | 65da6837522d632fbaa6d96b9ef4d654dc0c5afd (patch) | |
tree | a84ba999576699928fb09e203c4bceadc1bd35ff /x11-wm | |
parent | 4ad4206fae316bda2ffabc56d767a5d1009fcd34 (diff) | |
download | freebsd-ports-gnome-65da6837522d632fbaa6d96b9ef4d654dc0c5afd.tar.gz freebsd-ports-gnome-65da6837522d632fbaa6d96b9ef4d654dc0c5afd.tar.zst freebsd-ports-gnome-65da6837522d632fbaa6d96b9ef4d654dc0c5afd.zip |
- Move x11/gdm2 to x11/gdm
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 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 " |