diff options
-rw-r--r-- | emulators/pearpc/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index 95869df0b714..b1e28d76f0f7 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -29,17 +29,6 @@ SDL_DESC= Use SDL for user interface BROKEN= Internal compiler error on ia64 .endif -# GTK and QT interfaces are broken in this version -# -#.if ${PORT_OPTIONS:MQT} -#CONFIGURE_ARGS+= --enable-ui=qt -#USE_QT_VER= 3 -#QTDIR?= ${QT_PREFIX} -#CONFIGURE_ENV+= QTDIR="${QTDIR}" -#.else -#CONFIGURE_ARGS+= --enable-ui=nogui -#.endif - .if ${PORT_OPTIONS:MSDL} CONFIGURE_ARGS+= --enable-ui=sdl USE_SDL= sdl |