Date: Sun, 12 May 2024 15:01:43 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0edb6ca6464a - main - www/linux-chrome: Fix RUN_DEPENDS lines Message-ID: <202405121501.44CF1h11022420@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=0edb6ca6464a2e3d9bae27c3068536efbd2a3658 commit 0edb6ca6464a2e3d9bae27c3068536efbd2a3658 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-05-12 14:57:58 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-05-12 15:01:29 +0000 www/linux-chrome: Fix RUN_DEPENDS lines Reported by: cperciva Fixes: c2cb67bb78c00ef5f66bc9edd06dc74c29dd9973 --- www/linux-chrome/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/linux-chrome/Makefile b/www/linux-chrome/Makefile index e71a62e6b504..ab4d12d21345 100644 --- a/www/linux-chrome/Makefile +++ b/www/linux-chrome/Makefile @@ -10,8 +10,8 @@ MAINTAINER= chromium@FreeBSD.org COMMENT= Google web browser based on WebKit WWW= https://www.chromium.org/Home -RUN_DEPENDS= linux-rl9-wget>0:ftp/linux-wget \ - linux-rl9-gnupg2>0:security/linux-gnupg \ +RUN_DEPENDS= linux-rl9-wget>0:ftp/linux-rl9-wget \ + linux-rl9-gnupg2>0:security/linux-rl9-gnupg \ update-mime-database:misc/shared-mime-info USES= cpe desktop-file-utils gnome linux:rl9 shared-mime-info shebangfix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405121501.44CF1h11022420>