git: c21e9412ec0d - main - x11/thingylaunch: use pkgconfig, fix build

From: Pietro Cerutti <gahr_at_FreeBSD.org>
Date: Wed, 08 Mar 2023 07:53:24 UTC
The branch main has been updated by gahr:

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

commit c21e9412ec0d0bf9d4be6eea661e70f5a4033d4a
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2023-03-08 07:51:45 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2023-03-08 07:53:15 +0000

    x11/thingylaunch: use pkgconfig, fix build
---
 x11/thingylaunch/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile
index 09539e5e207e..4933c9fb65ac 100644
--- a/x11/thingylaunch/Makefile
+++ b/x11/thingylaunch/Makefile
@@ -9,7 +9,7 @@ WWW=		https://code.ptrcrt.ch/${PORTNAME}
 
 LICENSE=	BSD2CLAUSE
 
-USES=		compiler:c++11-lib xorg
+USES=		compiler:c++11-lib pkgconfig xorg
 USE_XORG=	xorgproto xcb
 LIB_DEPENDS+=	libxcb-icccm.so:x11/xcb-util-wm \
 		libxcb-keysyms.so:x11/xcb-util-keysyms