Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:37:05 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e43f383e1fba - main - deskutils/syncthingtray: add missing build dependency on testlib
Message-ID:  <202107141637.16EGb5VA039674@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

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

commit e43f383e1fba463071bdc8f363d56133e65250bb
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-07-14 16:32:06 +0000
Commit:     Tobias C. Berner <tcberner@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141637.16EGb5VA039674>