git: 13dd359699f5 - main - x11-wm/i3: switch from pcre to pcre2 to fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Sep 2022 08:46:40 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=13dd359699f527c005c7906d57fa80db6ddb3ce5 commit 13dd359699f527c005c7906d57fa80db6ddb3ce5 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-09-26 08:46:02 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-09-26 08:46:02 +0000 x11-wm/i3: switch from pcre to pcre2 to fix build --- x11-wm/i3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 017f88b8f6b2..4161a06ffb91 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libcairo.so:graphics/cairo \ libev.so:devel/libev \ libpangocairo-1.0.so:x11-toolkits/pango \ - libpcre.so:devel/pcre \ + libpcre2-8.so:devel/pcre2 \ libstartup-notification-1.so:x11/startup-notification \ libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-icccm.so:x11/xcb-util-wm \