View | Details | Raw Unified | Return to bug 142053
Collapse All | Expand All

(-)x11/xorg-minimal/Makefile (-4 / +10 lines)
Lines 19-30 Link Here
19
19
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
21
22
VIDEO_DRIVER?=	vesa
23
22
RUN_DEPENDS+=	${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \
24
RUN_DEPENDS+=	${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \
23
		${LOCALBASE}/lib/xorg/modules/drivers/vesa_drv.so:${PORTSDIR}/x11-drivers/xf86-video-vesa \
25
		${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:${PORTSDIR}/x11-drivers/xf86-video-${VIDEO_DRIVER} \
24
		${LOCALBASE}/lib/xorg/modules/input/mouse_drv.so:${PORTSDIR}/x11-drivers/xf86-input-mouse \
26
		${LOCALBASE}/lib/xorg/modules/input/mouse_drv.so:${PORTSDIR}/x11-drivers/xf86-input-mouse \
25
		${LOCALBASE}/lib/xorg/modules/input/kbd_drv.so:${PORTSDIR}/x11-drivers/xf86-input-keyboard \
27
		${LOCALBASE}/lib/xorg/modules/input/kbd_drv.so:${PORTSDIR}/x11-drivers/xf86-input-keyboard \
26
		xinit:${PORTSDIR}/x11/xinit \
28
		${LOCALBASE}/bin/xinit:${PORTSDIR}/x11/xinit \
27
		xauth:${PORTSDIR}/x11/xauth \
29
		${LOCALBASE}/bin/xauth:${PORTSDIR}/x11/xauth \
28
		${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias \
30
		${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias \
29
		${LOCALBASE}/lib/X11/fonts/misc/cursor.pcf.gz:${PORTSDIR}/x11-fonts/font-cursor-misc \
31
		${LOCALBASE}/lib/X11/fonts/misc/cursor.pcf.gz:${PORTSDIR}/x11-fonts/font-cursor-misc \
30
		${LOCALBASE}/lib/X11/fonts/misc/10x20.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc
32
		${LOCALBASE}/lib/X11/fonts/misc/10x20.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc
Lines 35-40 Link Here
35
	@${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port."
37
	@${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port."
36
	@${ECHO_MSG} "It won't build and install all the parts until you have typed make install"
38
	@${ECHO_MSG} "It won't build and install all the parts until you have typed make install"
37
	@${ECHO_MSG} "This port does not ensure things are upgraded; use portmaster if you want to"
39
	@${ECHO_MSG} "This port does not ensure things are upgraded; use portmaster if you want to"
38
	@${ECHO_MSG} "upgrade X.Org."
40
	@${ECHO_MSG} "upgrade X.Org. The \"vesa\" driver is installed by default. You can choose a"
41
	@${ECHO_MSG} "different one by means of the VIDEO_DRIVER parameter. For example:"
42
	@${ECHO_MSG} ""
43
	@${ECHO_MSG} "        make install VIDEO_DRIVER=intel"
44
	@${ECHO_MSG} ""
39
45
40
.include <bsd.port.mk>
46
.include <bsd.port.mk>

Return to bug 142053