Date: Thu, 2 Sep 2021 16:41:18 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3a3e66b601f5 - main - www/netsurf: update build dependency after vim update and fix building INDEX Message-ID: <202109021641.182GfIo4034690@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a3e66b601f5f8393adeebc1df024da66907cf99 commit 3a3e66b601f5f8393adeebc1df024da66907cf99 Author: Philipp Ost <bsd@philippost.de> AuthorDate: 2021-09-02 16:40:57 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-09-02 16:40:57 +0000 www/netsurf: update build dependency after vim update and fix building INDEX PR: 258229 --- www/netsurf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index cb09a03a7dbb..a9db6ceaf11b 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -2,7 +2,7 @@ PORTNAME= netsurf PORTVERSION= 3.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,7 +16,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= duk:lang/duktape \ nsgenbind:devel/nsgenbind \ p5-HTML-Parser>=3.72:www/p5-HTML-Parser \ - xxd:editors/vim-console + xxd:editors/vim LIB_DEPENDS= libcss.so:textproc/libcss \ libcurl.so:ftp/curl \ libdom.so:www/libdom \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109021641.182GfIo4034690>