devel/libnvme: Fix json dependency

We need to add uses pkgconfig so that we can find the json-c dependency
in some environments.

Fixes: a271746337
Sponsored by: Netflix
This commit is contained in:
Warner Losh 2025-02-28 08:52:56 -07:00
parent 6f353c3ae4
commit 8fb2ca981a

View file

@ -1,6 +1,6 @@
PORTNAME= libnvme
DISTVERSION= 1.11.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= devel
MAINTAINER= imp@FreeBSD.org
@ -15,7 +15,7 @@ BUILD_DEPENDS= freebsd-nvme-shim>0:devel/freebsd-nvme-shim \
bash>0:shells/bash
LIB_DEPENDS= libjson-c.so:devel/json-c
USES= meson
USES= meson pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes