git: 01dccc96f481 - 2021Q4 - editors/cream: fix dependency on gvim
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 01:57:57 UTC
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