Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 16:24:23 +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: r338906 - in head: deskutils/calibre devel/qross graphics/qgis
Message-ID:  <201401061624.s06GONR6033048@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Mon Jan  6 16:24:22 2014
New Revision: 338906
URL: http://svnweb.freebsd.org/changeset/ports/338906

Log:
  - Add explicit dependence on Qt 4 components
  
  PR:		ports/185101
  Approved by:	general blanket approval

Modified:
  head/deskutils/calibre/Makefile
  head/devel/qross/Makefile
  head/graphics/qgis/Makefile

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Mon Jan  6 16:21:05 2014	(r338905)
+++ head/deskutils/calibre/Makefile	Mon Jan  6 16:24:22 2014	(r338906)
@@ -57,7 +57,7 @@ SHEBANG_FILES=	src/calibre/ebooks/metada
 		src/odf/*.py
 USE_XZ=		yes
 USE_PYTHON=	2.7
-USE_QT4=	qmake_build moc_build
+USE_QT4=	dbus qmake_build moc_build
 INSTALLS_ICONS=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-src
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/devel/qross/Makefile
==============================================================================
--- head/devel/qross/Makefile	Mon Jan  6 16:21:05 2014	(r338905)
+++ head/devel/qross/Makefile	Mon Jan  6 16:24:22 2014	(r338906)
@@ -14,7 +14,7 @@ USE_BZIP2=	yes
 USES=		cmake
 USE_LDCONFIG=	yes
 USE_QT4=	designer gui network xml qmake_build uic_build moc_build \
-		rcc_build script
+		rcc_build script testlib
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Mon Jan  6 16:21:05 2014	(r338905)
+++ head/graphics/qgis/Makefile	Mon Jan  6 16:24:22 2014	(r338906)
@@ -23,7 +23,7 @@ USE_BZIP2=	yes
 USE_PYTHON=	yes
 USES=		bison cmake
 USE_SQLITE=	yes
-USE_QT4=	gui svg xml network sql designer linguist_build \
+USE_QT4=	gui svg xml network sql designer testlib linguist_build \
 		qmake_build moc_build rcc_build uic_build
 
 USE_LDCONFIG=	yes



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