svn commit: r475038 - head/mail/trojita

Tobias C. Berner tcberner at FreeBSD.org
Fri Jul 20 21:26:22 UTC 2018


Author: tcberner
Date: Fri Jul 20 21:26:21 2018
New Revision: 475038
URL: https://svnweb.freebsd.org/changeset/ports/475038

Log:
  mail/trojita: add USES=localbase
  
  security/qtkeychain now by default depends on libsecret, and the cmake
  target unfortunately only contains the library names. Therefore also
  add localbase here.

Modified:
  head/mail/trojita/Makefile

Modified: head/mail/trojita/Makefile
==============================================================================
--- head/mail/trojita/Makefile	Fri Jul 20 21:23:16 2018	(r475037)
+++ head/mail/trojita/Makefile	Fri Jul 20 21:26:21 2018	(r475038)
@@ -26,7 +26,8 @@ CMAKE_ARGS+=	-DWITH_CLEARTEXT_PLUGIN:STRING=ON -DWITH_
 		-DWITH_SHARED_PLUGINS:STRING=ON -DWITH_TESTS:STRING=OFF \
 		-DWITH_ZLIB:STRING=ON \
 		-DWITH_QT5:STRING=ON
-USES=		cmake compiler:c++11-lib cpe desktop-file-utils qt:5 tar:xz
+USES=		cmake compiler:c++11-lib cpe desktop-file-utils localbase:ldflags \
+		qt:5 tar:xz
 USE_QT=		buildtools_build linguisttools_build qmake_build \
 		core dbus gui network sql sql-sqlite3 svg webkit widgets
 


More information about the svn-ports-all mailing list