View | Details | Raw Unified | Return to bug 197712 | Differences between
and this patch

Collapse All | Expand All

(-)x11-servers/xorg-server/Makefile (-1 / +2 lines)
Lines 55-61 Link Here
55
DEFAULT_FONTPATH_CMD=${ECHO_CMD} ${DEFAULT_FONTPATH_LIST} | ${TR} ' ' ,
55
DEFAULT_FONTPATH_CMD=${ECHO_CMD} ${DEFAULT_FONTPATH_LIST} | ${TR} ' ' ,
56
PLIST_SUB+=	FONTPATHD="${FONTPATHD:S,^${PREFIX}/,,}"
56
PLIST_SUB+=	FONTPATHD="${FONTPATHD:S,^${PREFIX}/,,}"
57
57
58
USES=		compiler:c11 gl gmake perl5 ssl xorg xorg-cat:xserver
58
USES=		compiler:c11 cpe gl gmake perl5 ssl xorg xorg-cat:xserver
59
USE_PERL5=	build
59
USE_PERL5=	build
60
USE_GL+=	gl
60
USE_GL+=	gl
61
USE_XORG+=	pixman xau xdmcp xfont2 xkbfile xorgproto xshmfence xtrans
61
USE_XORG+=	pixman xau xdmcp xfont2 xkbfile xorgproto xshmfence xtrans
Lines 64-69 Link Here
64
		--without-dtrace --with-shared-memory-dir=/tmp \
64
		--without-dtrace --with-shared-memory-dir=/tmp \
65
		--disable-install-setuid --disable-unit-tests
65
		--disable-install-setuid --disable-unit-tests
66
INSTALL_TARGET=	install-strip
66
INSTALL_TARGET=	install-strip
67
CPE_VENDOR=	x.org
67
68
68
.if ${SLAVE_PORT} == "no" || ${PORTNAME} == "xephyr" || ${PORTNAME} == "xwayland"
69
.if ${SLAVE_PORT} == "no" || ${PORTNAME} == "xephyr" || ${PORTNAME} == "xwayland"
69
LIB_DEPENDS+=	libdrm.so:graphics/libdrm \
70
LIB_DEPENDS+=	libdrm.so:graphics/libdrm \

Return to bug 197712