Date: Thu, 16 Apr 2026 18:47:58 +0000 From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0eda8c732b93 - main - editors/zile: Fix build after 852c6720 Message-ID: <69e12ede.39ff5.27b37e5@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=0eda8c732b936a35af60cfe2ed33f4ba845e4a20 commit 0eda8c732b936a35af60cfe2ed33f4ba845e4a20 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2026-04-16 18:20:46 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2026-04-16 18:36:10 +0000 editors/zile: Fix build after 852c6720 852c6720: "devel/libgnuregex: Fix building after gnulib update" --- editors/zile/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/editors/zile/Makefile b/editors/zile/Makefile index e1ab191698d9..4c2f986aff17 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -1,5 +1,6 @@ PORTNAME= zile DISTVERSION= 2.6.4 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= GNU @@ -10,8 +11,7 @@ WWW= https://www.gnu.org/software/zile/ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man -LIB_DEPENDS= libgee-0.8.so:devel/libgee \ - libgnuregex.so:devel/libgnuregex +LIB_DEPENDS= libgee-0.8.so:devel/libgee USES= compiler:c++11-lang gmake gnome localbase:ldflags ncurses perl5 \ pkgconfig vala:build @@ -20,8 +20,6 @@ USE_PERL5= build GNU_CONFIGURE= yes -LDFLAGS+= -lgnuregex - PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz PORTDOCS= AUTHORS FAQ NEWS dotzile.samplehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e12ede.39ff5.27b37e5>
