aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hein <jcfyecrayz@liamekaens.com>2023-08-08 19:42:16 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2023-08-08 19:42:16 +0000
commit7b92e72aa4c3cf5b105b2426fdbd2ed7625a6498 (patch)
tree97c8559c38b8969b086b812b28c46522423cbbcb
parent2be249d30bf7f97b40db17ebb175836df703700f (diff)
downloadports-7b92e72aa4c3cf5b105b2426fdbd2ed7625a6498.tar.gz
ports-7b92e72aa4c3cf5b105b2426fdbd2ed7625a6498.zip
devel/tig: Fix the dependencies of the PCRE option
PR: 272722 Reported by: mord0d@firemail.cc
-rw-r--r--devel/tig/Makefile2
1 files changed, 1 insertions, 1 deletions
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: