diff options
author | June McEnroe <june@causal.agency> | 2020-08-10 16:15:24 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-10 16:15:24 +0000 |
commit | 72e5166314b02dec33e0d4fbb4da3a92b1e5cb14 (patch) | |
tree | 9ffc4afe620ee797c8ee4e8a9fbf619ca32d4b51 /irc | |
parent | Add Makefile to copy ports into /usr/ports (diff) | |
download | ports-72e5166314b02dec33e0d4fbb4da3a92b1e5cb14.tar.gz ports-72e5166314b02dec33e0d4fbb4da3a92b1e5cb14.zip |
Add missing USES=pkgconfig to pounce
Diffstat (limited to '')
-rw-r--r-- | irc/pounce/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |