Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2023 07:53:24 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c21e9412ec0d - main - x11/thingylaunch: use pkgconfig, fix build
Message-ID:  <202303080753.3287rOBX006323@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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