git: 1a1c572b779b - main - sysutils/smug: fix RUN_DEPENDS syntax.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Feb 2022 09:43:53 UTC
The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a1c572b779b6148b0f0047d0e7662bab9a08f27 commit 1a1c572b779b6148b0f0047d0e7662bab9a08f27 Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2022-02-06 09:43:19 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2022-02-06 09:43:46 +0000 sysutils/smug: fix RUN_DEPENDS syntax. --- sysutils/smug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/smug/Makefile b/sysutils/smug/Makefile index a431dc10ff0b..ecd4b6ea0995 100644 --- a/sysutils/smug/Makefile +++ b/sysutils/smug/Makefile @@ -9,7 +9,7 @@ COMMENT= Session manager and task runner for tmux LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= sysutils/tmux +RUN_DEPENDS= tmux:sysutils/tmux USES= go:modules GO_MODULE= github.com/ivaaaan/${PORTNAME}