Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2012 00:00:31 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304554 - in head: games/gottet net-im/tapioca-qt print/qpdfview
Message-ID:  <201209200000.q8K00Vd7001144@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Thu Sep 20 00:00:30 2012
New Revision: 304554
URL: http://svn.freebsd.org/changeset/ports/304554

Log:
  Convert remaining ports to USE_QT4

Modified:
  head/games/gottet/Makefile
  head/net-im/tapioca-qt/Makefile   (contents, props changed)
  head/print/qpdfview/Makefile

Modified: head/games/gottet/Makefile
==============================================================================
--- head/games/gottet/Makefile	Wed Sep 19 23:57:37 2012	(r304553)
+++ head/games/gottet/Makefile	Thu Sep 20 00:00:30 2012	(r304554)
@@ -17,8 +17,7 @@ COMMENT=	A Tetris clone
 LICENSE=	GPLv3
 
 USE_BZIP2=	yes
-USE_QT_VER=	4
-QT_COMPONENTS=	moc_build qmake_build rcc_build iconengines imageformats
+USE_QT4=	moc_build qmake_build rcc_build iconengines imageformats
 USE_GMAKE=	yes
 MAKE_JOBS_SAFE=	yes
 

Modified: head/net-im/tapioca-qt/Makefile
==============================================================================
--- head/net-im/tapioca-qt/Makefile	Wed Sep 19 23:57:37 2012	(r304553)
+++ head/net-im/tapioca-qt/Makefile	Thu Sep 20 00:00:30 2012	(r304554)
@@ -22,8 +22,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 
 USE_CMAKE=	yes
 CMAKE_SOURCE_PATH=	..
-USE_QT_VER=	4
-QT_COMPONENTS=	corelib qmake_build uic_build moc_build rcc_build
+USE_QT4=	corelib qmake_build uic_build moc_build rcc_build
 USE_LDCONFIG=	yes
 
 .include <bsd.port.pre.mk>

Modified: head/print/qpdfview/Makefile
==============================================================================
--- head/print/qpdfview/Makefile	Wed Sep 19 23:57:37 2012	(r304553)
+++ head/print/qpdfview/Makefile	Thu Sep 20 00:00:30 2012	(r304554)
@@ -18,8 +18,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
 		cups:${PORTSDIR}/print/cups-client
 
-USE_QT_VER=	4
-QT_COMPONENTS=	corelib dbus gui moc qmake_build svg xml
+USE_QT4=	corelib dbus gui moc_build qmake_build svg xml
 
 MAN1=		${PORTNAME}.1
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209200000.q8K00Vd7001144>