Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2024 12:38:26 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 43d715fb2c95 - main - net/pacemaker2: Fix typo in Makefile.common
Message-ID:  <202411021238.4A2CcQiR051783@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411021238.4A2CcQiR051783>