git: 7b92e72aa4c3 - main - devel/tig: Fix the dependencies of the PCRE option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 19:44:31 UTC
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: