From 50aa52599b5e2684b4e2c11ce20ca459fc817632 Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Sat, 30 Sep 2023 21:05:04 +0300 Subject: [PATCH] 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 12f045cc58fba..0d322ba6e5976 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