diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-10-13 18:31:24 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-10-13 18:31:24 +0000 |
commit | 5be7d37dded133078fb10de4fde19a072a644b43 (patch) | |
tree | e42dc967a6e3105b30b699106bca1a40bcc00c08 /mail/trojita/Makefile | |
parent | b64d26e8c343dafadcdba696e1ab4ca948e6e597 (diff) |
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@posteo.eu> (maintainer)
Notes
Notes:
svn path=/head/; revision=370813
Diffstat (limited to 'mail/trojita/Makefile')
-rw-r--r-- | mail/trojita/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/trojita/Makefile b/mail/trojita/Makefile index 8b9328806c97..fc4127c0485e 100644 --- a/mail/trojita/Makefile +++ b/mail/trojita/Makefile @@ -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_build rcc_build uic_build \ 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 |