Date: Sat, 30 Sep 2023 18:05:41 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: 50aa52599b5e - main - www/foreign-cdm: Add RUN_DEPENDS on the Linuxulator base. Message-ID: <202309301805.38UI5fpJ060264@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=50aa52599b5e2684b4e2c11ce20ca459fc817632 commit 50aa52599b5e2684b4e2c11ce20ca459fc817632 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-09-30 18:05:04 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-09-30 18:05:38 +0000 www/foreign-cdm: Add RUN_DEPENDS on the Linuxulator base. Reported by: rnagy --- www/foreign-cdm/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/foreign-cdm/Makefile b/www/foreign-cdm/Makefile index 12f045cc58fb..0d322ba6e597 100644 --- a/www/foreign-cdm/Makefile +++ b/www/foreign-cdm/Makefile @@ -1,5 +1,6 @@ PORTNAME= foreign-cdm PORTVERSION= 1 +PORTREVISION= 1 CATEGORIES= www multimedia linux MASTER_SITES= https://arrowd.name/:cdm \ https://dl.google.com/linux/deb/pool/main/g/google-chrome-stable/:widevine @@ -16,6 +17,7 @@ ONLY_FOR_ARCHS= amd64 BUILD_DEPENDS= cmake:devel/cmake-core \ linux-c7-devtoolset>0:devel/linux-c7-devtoolset +RUN_DEPENDS= linux_base-c7>0:emulators/linux_base-c7 USE_GITHUB= yes GH_ACCOUNT= shkhln
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301805.38UI5fpJ060264>