Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2023 19:44:31 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7b92e72aa4c3 - main - devel/tig: Fix the dependencies of the PCRE option
Message-ID:  <202308081944.378JiVuw056697@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b92e72aa4c3cf5b105b2426fdbd2ed7625a6498

commit 7b92e72aa4c3cf5b105b2426fdbd2ed7625a6498
Author:     John Hein <jcfyecrayz@liamekaens.com>
AuthorDate: 2023-08-08 19:42:16 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-08-08 19:42:16 +0000

    devel/tig: Fix the dependencies of the PCRE option
    
    PR:             272722
    Reported by:    mord0d@firemail.cc
---
 devel/tig/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/tig/Makefile b/devel/tig/Makefile
index a8290a64b462..89ec2244ec83 100644
--- a/devel/tig/Makefile
+++ b/devel/tig/Makefile
@@ -37,7 +37,7 @@ GIT_DESC=	Install devel/git as runtime dependency
 
 GIT_RUN_DEPENDS=	git:devel/git
 GIT_VARS_OFF=		PKGMESSAGE="${.CURDIR}/pkg-message-git"
-PCRE_LIB_DEPENDS=	lpcre2-posix.so:devel/pcre2
+PCRE_LIB_DEPENDS=	libpcre2-posix.so:devel/pcre2
 PCRE_CONFIGURE_WITH=	pcre
 
 post-install:



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