git: e43f383e1fba - main - deskutils/syncthingtray: add missing build dependency on testlib

Tobias C. Berner tcberner at FreeBSD.org
Wed Jul 14 16:37:06 UTC 2021


The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e43f383e1fba463071bdc8f363d56133e65250bb

commit e43f383e1fba463071bdc8f363d56133e65250bb
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-14 16:32:06 +0000
Commit:     Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-07-14 16:36:40 +0000

    deskutils/syncthingtray: add missing build dependency on testlib
    
    The dependency was previously pulled in transitively.
    
    PR:     257100
---
 deskutils/syncthingtray/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deskutils/syncthingtray/Makefile b/deskutils/syncthingtray/Makefile
index d30ce0cc9bb1..f4aad50055e7 100644
--- a/deskutils/syncthingtray/Makefile
+++ b/deskutils/syncthingtray/Makefile
@@ -26,7 +26,7 @@ USE_KDE=	plasma-framework
 USE_QT=		concurrent core dbus declarative gui location network \
 		printsupport qdbus quickcontrols2 svg webchannel \
 		widgets x11extras buildtools_build doc_build linguist_build \
-		qmake_build
+		qmake_build testlib_build
 
 CMAKE_OFF=	USE_STANDARD_FILESYSTEM
 


More information about the dev-commits-ports-main mailing list