diff --git a/devel/libnvme/Makefile b/devel/libnvme/Makefile index 3fcc5c54ff93..585ffd57a00b 100644 --- a/devel/libnvme/Makefile +++ b/devel/libnvme/Makefile @@ -1,36 +1,35 @@ PORTNAME= libnvme DISTVERSION= 1.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= imp@FreeBSD.org COMMENT= C Library for NVM Express on Linux ported to FreeBSD WWW= https://github.com/linux-nvme/libnvme LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= aarch64 amd64 BUILD_DEPENDS= freebsd-nvme-shim>0:devel/freebsd-nvme-shim \ - bash>0:shells/bash \ - swig>0:devel/swig + bash>0:shells/bash USES= meson USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= bsdimp GH_TAGNAME= freebsd-${DISTVERSION} CFLAGS+= -I${LOCALBASE}/include/freebsd-nvme-shim PLIST_SUB= DISTVERSION=${DISTVERSION} \ MAJORVER=${DISTVERSION:R:R} MESON_ARGS= -Djson-c=disabled \ -Dkeyutils=disabled \ -Dopenssl=disabled \ -Dpython=disabled \ -Dtests=false .include