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

(-)Makefile (+12 lines)
Lines 51-56 Link Here
51
FONTSCALE=	${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf
51
FONTSCALE=	${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf
52
FONTENCOD=	${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir
52
FONTENCOD=	${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir
53
53
54
OPTIONS_DEFINE=	MMX SSE
55
56
.include <bsd.port.options.mk>
57
58
.if !${PORT_OPTIONS:MMMX}
59
CONFIGURE_ARGS+=	-no-mmx
60
.endif
61
62
.if !${PORT_OPTIONS:MSSE}
63
CONFIGURE_ARGS+=	-no-sse -no-sse2
64
.endif
65
54
.include "${.CURDIR}/../../devel/qt4/files/Makefile.options"
66
.include "${.CURDIR}/../../devel/qt4/files/Makefile.options"
55
67
56
.if ${QT4_OPTIONS:MCUPS}
68
.if ${QT4_OPTIONS:MCUPS}

Return to bug 183368