gdm moved from bin/ to sbin/
Submitted by: olgeni
This commit is contained in:
parent
ced20ee92d
commit
1d8f1c85ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137995
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user