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

(-)b/Makefile (-1 / +4 lines)
Lines 19-25 LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ Link Here
19
		png15:${PORTSDIR}/graphics/png
19
		png15:${PORTSDIR}/graphics/png
20
20
21
OPTIONS_DEFINE=	XFT
21
OPTIONS_DEFINE=	XFT
22
XFT_DESC=	Client-side fonts via libXft (experimental)
22
OPTIONS_DEFAULT=	XFT
23
XFT_DESC=	Client-side fonts via libXft
23
24
24
CONFIGURE_ARGS=	X11INC=${LOCALBASE}/include X11LIB=${LOCALBASE}/lib
25
CONFIGURE_ARGS=	X11INC=${LOCALBASE}/include X11LIB=${LOCALBASE}/lib
25
MAKE_JOBS_UNSAFE=	yes
26
MAKE_JOBS_UNSAFE=	yes
Lines 151-156 MAN3= Tie::Watch.3 \ Link Here
151
.if ${PORT_OPTIONS:MXFT}
152
.if ${PORT_OPTIONS:MXFT}
152
CONFIGURE_ARGS=	XFT=1
153
CONFIGURE_ARGS=	XFT=1
153
USE_XORG+=	xft
154
USE_XORG+=	xft
155
.else
156
CONFIGURE_ARGS=	XFT=0
154
.endif
157
.endif
155
158
156
post-patch:
159
post-patch:

Return to bug 174881