aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2023-03-08 07:51:45 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2023-03-08 07:53:15 +0000
commitc21e9412ec0d0bf9d4be6eea661e70f5a4033d4a (patch)
treeef4bd8c97d0cd3ad223a28c5bbe26ecab4b26e20
parent4b4f01c610140effba638c7acce320a99f07cbde (diff)
downloadports-c21e9412ec0d0bf9d4be6eea661e70f5a4033d4a.tar.gz
ports-c21e9412ec0d0bf9d4be6eea661e70f5a4033d4a.zip
x11/thingylaunch: use pkgconfig, fix build
-rw-r--r--x11/thingylaunch/Makefile2
1 files changed, 1 insertions, 1 deletions
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