mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
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:
parent
6f353c3ae4
commit
8fb2ca981a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= libnvme
|
PORTNAME= libnvme
|
||||||
DISTVERSION= 1.11.1
|
DISTVERSION= 1.11.1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= imp@FreeBSD.org
|
MAINTAINER= imp@FreeBSD.org
|
||||||
|
@ -15,7 +15,7 @@ BUILD_DEPENDS= freebsd-nvme-shim>0:devel/freebsd-nvme-shim \
|
||||||
bash>0:shells/bash
|
bash>0:shells/bash
|
||||||
LIB_DEPENDS= libjson-c.so:devel/json-c
|
LIB_DEPENDS= libjson-c.so:devel/json-c
|
||||||
|
|
||||||
USES= meson
|
USES= meson pkgconfig
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue