svn commit: r370813 - head/mail/trojita
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Oct 13 18:31:25 UTC 2014
Author: rakuco
Date: Mon Oct 13 18:31:24 2014
New Revision: 370813
URL: https://svnweb.freebsd.org/changeset/ports/370813
QAT: https://qat.redports.org/buildarchive/r370813/
Log:
Remove build-time dependency on devel/qt5-qmldevtools.
qt5-qmldevtools is likely to be removed when we move to Qt 5.3, and trojita
has never actually needed it.
PR: 194303
Approved by: Marco Broeder <marco.broeder at posteo.eu> (maintainer)
Modified:
head/mail/trojita/Makefile
Modified: head/mail/trojita/Makefile
==============================================================================
--- head/mail/trojita/Makefile Mon Oct 13 18:29:44 2014 (r370812)
+++ head/mail/trojita/Makefile Mon Oct 13 18:31:24 2014 (r370813)
@@ -3,7 +3,7 @@
PORTNAME= trojita
PORTVERSION= 0.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/src/
@@ -33,7 +33,7 @@ USE_QT4= linguist_build moc_build qmake_
CONFLICTS_INSTALL= trojita-qt4-[0-9]*
CMAKE_ARGS+= -DWITH_QT5:STRING=ON
USE_QT5= buildtools_build linguisttools_build qmake_build \
- qmldevtools_build core dbus gui network opengl printsupport \
+ core dbus gui network opengl printsupport \
qml quick sql sql-sqlite3 webkit widgets
.endif
More information about the svn-ports-head
mailing list