svn commit: r442813 - head/editors/tea

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Jun 7 02:20:27 UTC 2017


Author: danilo
Date: Wed Jun  7 02:20:26 2017
New Revision: 442813
URL: https://svnweb.freebsd.org/changeset/ports/442813

Log:
  - Add QT5 support
  
  PR:		219560
  Submitted by:	Eric Camachat <eric at camachat.org>

Modified:
  head/editors/tea/Makefile

Modified: head/editors/tea/Makefile
==============================================================================
--- head/editors/tea/Makefile	Wed Jun  7 00:25:32 2017	(r442812)
+++ head/editors/tea/Makefile	Wed Jun  7 02:20:26 2017	(r442813)
@@ -7,19 +7,23 @@ CATEGORIES=	editors
 MASTER_SITES=	http://semiletov.org/tea/dloads/
 
 MAINTAINER=	danilo at FreeBSD.org
-COMMENT=	Simple and powerful Qt4-based text editor
+COMMENT=	Simple and powerful Qt-based text editor
 
 LICENSE=	GPLv3
 
+OPTIONS_SINGLE=	TOOLKITS
+OPTIONS_SINGLE_TOOLKITS=	QT4 QT5
 OPTIONS_DEFINE=		DOCS
 OPTIONS_GROUP=		SPELL
 OPTIONS_GROUP_SPELL=	ASPELL HUNSPELL
-OPTIONS_DEFAULT=	ASPELL HUNSPELL
+OPTIONS_DEFAULT=	QT4 ASPELL HUNSPELL
 
 USES=		pkgconfig:build qmake tar:bzip2
 USE_GL=		gl
 USE_LOCALE=	en_US.UTF-8
-USE_QT4=	corelib gui moc_build network rcc_build
+
+QT4_USE=	qt4=corelib,gui,moc_build,network,rcc_build
+QT5_USE=	qt5=buildtools_build,core,gui,network,widgets,printsupport,qml,quick
 
 LDFLAGS+=	-lz
 PLIST_FILES=	bin/tea share/pixmaps/tea_icon_v2.png


More information about the svn-ports-all mailing list