From 72e5166314b02dec33e0d4fbb4da3a92b1e5cb14 Mon Sep 17 00:00:00 2001
From: "C. McEnroe" <june@causal.agency>
Date: Mon, 10 Aug 2020 16:15:24 +0000
Subject: Add missing USES=pkgconfig to pounce

---
 irc/pounce/Makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'irc/pounce/Makefile')

diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile
index 7425b73..d042c9f 100644
--- a/irc/pounce/Makefile
+++ b/irc/pounce/Makefile
@@ -13,6 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libtls.so:security/libretls
 
+USES=	pkgconfig
+
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
 
-- 
cgit 1.4.1