git: 43d715fb2c95 - main - net/pacemaker2: Fix typo in Makefile.common
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Nov 2024 12:38:26 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=43d715fb2c9528e50fac5181d85f10e49dd799aa commit 43d715fb2c9528e50fac5181d85f10e49dd799aa Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-11-02 12:35:14 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-11-02 12:38:10 +0000 net/pacemaker2: Fix typo in Makefile.common Apply trailing backslash to correct line Managed to pick the wrong patch file I prepared... Approved by: portmgr (blanket, build fix) --- net/pacemaker2/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/pacemaker2/Makefile.common b/net/pacemaker2/Makefile.common index e304d4372a14..15526de4e5ea 100644 --- a/net/pacemaker2/Makefile.common +++ b/net/pacemaker2/Makefile.common @@ -9,8 +9,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash \ - ${LOCALBASE}/bin/getopt:devel/util-linux \ -LIB_DEPENDS= libgnutls.so:security/gnutls + ${LOCALBASE}/bin/getopt:devel/util-linux +LIB_DEPENDS= libgnutls.so:security/gnutls \ libltdl.so:devel/libltdl \ libqb.so:devel/libqb \ libuuid.so:misc/e2fsprogs-libuuid \