Index: head/sysutils/rshim-user-space/Makefile =================================================================== --- head/sysutils/rshim-user-space/Makefile (revision 531909) +++ head/sysutils/rshim-user-space/Makefile (revision 531910) @@ -1,32 +1,33 @@ # Created by: Hans Petter Selasky # $FreeBSD$ PORTNAME= rshim-user-space +PORTREVISION= 1 DISTVERSIONPREFIX= rshim- DISTVERSION= 2.0.3 MAINTAINER= hselasky@FreeBSD.org COMMENT= Userspace daemon for the Mellanox BlueField SoC LICENSE= BSD3CLAUSE CATEGORIES= sysutils LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libpci.so:devel/libpci \ libpciaccess.so:devel/libpciaccess -USES= autoreconf localbase gmake tar:bzip2 +USES= autoreconf localbase gmake pkgconfig tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= Mellanox GNU_CONFIGURE= yes .include .if ${OPSYS} != FreeBSD || ${OSVERSION} < 1201500 || !exists(/usr/lib/libcuse.so) IGNORE= not supported on this operating system combination .endif .include