git: 29fbd5bc638e - main - net/libdnet: Fix missing USES flags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 12:10:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=29fbd5bc638e4bc44223651b1a373f37a8484d3d commit 29fbd5bc638e4bc44223651b1a373f37a8484d3d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-19 15:37:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-20 12:10:03 +0000 net/libdnet: Fix missing USES flags In my previous commit I missed to type ldflags arguments to localbase, this patch fixes the commit. --- net/libdnet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 2004f32597ea..374e0557ceb2 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpfctl.so:net/libpfctl -USES?= autoreconf libtool localbase +USES?= autoreconf libtool localbase:ldflags LDFLAGS+= -lpfctl