Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Dec 2021 13:08:54 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bd2bf5c2341d - main - devel/libgnt: Remove (lib)pcre dependency
Message-ID:  <202112271308.1BRD8sEk045395@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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