diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-07-05 17:55:09 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-07-05 17:55:09 +0000 |
commit | 3b7ea6467d25cd5482bb8c5672ad93ae898280b0 (patch) | |
tree | 4dab44a4852fac9fb1b1426a111ae65a44ee6fd7 /emulators/pearpc | |
parent | b2de54757460269568a2b3eb8ed7f4b5ce6df9da (diff) | |
download | ports-3b7ea6467d25cd5482bb8c5672ad93ae898280b0.tar.gz ports-3b7ea6467d25cd5482bb8c5672ad93ae898280b0.zip |
Remove support for the expired QT3 port.
PR: 180277
Submitted by: rene
Notes
Notes:
svn path=/head/; revision=322344
Diffstat (limited to 'emulators/pearpc')
-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 |