svn commit: r338906 - in head: deskutils/calibre devel/qross graphics/qgis
Max Brazhnikov
makc at FreeBSD.org
Mon Jan 6 16:24:23 UTC 2014
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
More information about the svn-ports-all
mailing list