git: bd2bf5c2341d - main - devel/libgnt: Remove (lib)pcre dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Dec 2021 13:08:54 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd2bf5c2341d73881918932f21d73408c874c1ea commit bd2bf5c2341d73881918932f21d73408c874c1ea Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-12-27 12:53:02 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-12-27 13:08:09 +0000 devel/libgnt: Remove (lib)pcre dependency Remove unnecessary (lib)pcre dependency PR: 260234 Approved by: mentors (implicit), portmgr (blanket), swills (maintainer timeout, 21 days) --- devel/libgnt/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/libgnt/Makefile b/devel/libgnt/Makefile index 77fc3daedcd4..270323b98514 100644 --- a/devel/libgnt/Makefile +++ b/devel/libgnt/Makefile @@ -10,8 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc -LIB_DEPENDS= libffi.so:devel/libffi \ - libpcre.so:devel/pcre +LIB_DEPENDS= libffi.so:devel/libffi USES= gettext-runtime gnome iconv:wchar_t meson pkgconfig tar:xz USE_GNOME= glib20 libxml2