git: fcfa1e45cdd2 - main - editors/cream: fix dependency on gvim
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Oct 2021 16:49:45 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcfa1e45cdd21804673f4c7276c270ea796c0657 commit fcfa1e45cdd21804673f4c7276c270ea796c0657 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-07 16:42:45 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-10-07 16:42:57 +0000 editors/cream: fix dependency on gvim --- 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