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

(-)Makefile (-8 / +1 lines)
Lines 29-44 Link Here
29
BROKEN=		Internal compiler error on ia64
29
BROKEN=		Internal compiler error on ia64
30
.endif
30
.endif
31
31
32
# GTK and QT interfaces are broken in this version
32
# GTK interface is broken in this version
33
#
33
#
34
#.if ${PORT_OPTIONS:MQT}
35
#CONFIGURE_ARGS+=	--enable-ui=qt
36
#USE_QT_VER=	3
37
#QTDIR?=		${QT_PREFIX}
38
#CONFIGURE_ENV+=	QTDIR="${QTDIR}"
39
#.else
40
#CONFIGURE_ARGS+=	--enable-ui=nogui
34
#CONFIGURE_ARGS+=	--enable-ui=nogui
41
#.endif
42
35
43
.if ${PORT_OPTIONS:MSDL}
36
.if ${PORT_OPTIONS:MSDL}
44
CONFIGURE_ARGS+=	--enable-ui=sdl
37
CONFIGURE_ARGS+=	--enable-ui=sdl

Return to bug 180277