Date: Fri, 8 Oct 2021 01:57:57 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 01dccc96f481 - 2021Q4 - editors/cream: fix dependency on gvim Message-ID: <202110080157.1981vv1F064440@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=01dccc96f481ef065d07b5f3660931fd05923135 commit 01dccc96f481ef065d07b5f3660931fd05923135 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-07 16:42:45 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-10-08 01:57:45 +0000 editors/cream: fix dependency on gvim (cherry picked from commit fcfa1e45cdd21804673f4c7276c270ea796c0657) --- editors/cream/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/cream/Makefile b/editors/cream/Makefile index 30bb6450e350..8e1a08be3144 100644 --- a/editors/cream/Makefile +++ b/editors/cream/Makefile @@ -10,7 +10,7 @@ COMMENT= Gvim extension with many features LICENSE= GPLv3+ -RUN_DEPENDS= ${LOCALBASE}/bin/gvim:editors/vim +RUN_DEPENDS= ${LOCALBASE}/bin/gvim:editors/vim@gtk3 NO_ARCH= yes NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110080157.1981vv1F064440>