git: 94742ef78187 - main - net/intel-irdma-kmod: also add runtime dependency on ice kmod
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jun 2023 18:51:42 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=94742ef781877b0b08b2023082c989ac6b6ad622 commit 94742ef781877b0b08b2023082c989ac6b6ad622 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-06-13 18:51:09 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-06-13 18:51:41 +0000 net/intel-irdma-kmod: also add runtime dependency on ice kmod --- net/intel-irdma-kmod/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/intel-irdma-kmod/Makefile b/net/intel-irdma-kmod/Makefile index 0ad49a7384f3..335d61f1dec8 100644 --- a/net/intel-irdma-kmod/Makefile +++ b/net/intel-irdma-kmod/Makefile @@ -11,6 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/doc/irdma_readme.txt BUILD_DEPENDS= ${NONEXISTENT}:net/intel-ice-kmod:extract +RUN_DEPENDS= ${KMODDIR}/if_ice_updated.ko:net/intel-ice-kmod USES= kmod