svn commit: r322344 - head/emulators/pearpc

Roman Bogorodskiy novel at FreeBSD.org
Fri Jul 5 17:55:10 UTC 2013


Author: novel
Date: Fri Jul  5 17:55:09 2013
New Revision: 322344
URL: http://svnweb.freebsd.org/changeset/ports/322344

Log:
  Remove support for the expired QT3 port.
  
  PR:		180277
  Submitted by:	rene

Modified:
  head/emulators/pearpc/Makefile

Modified: head/emulators/pearpc/Makefile
==============================================================================
--- head/emulators/pearpc/Makefile	Fri Jul  5 17:45:43 2013	(r322343)
+++ head/emulators/pearpc/Makefile	Fri Jul  5 17:55:09 2013	(r322344)
@@ -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


More information about the svn-ports-all mailing list