From e0f87bb960c1e8bd967128a3c7674de92f3f356e Mon Sep 17 00:00:00 2001 From: mreid-tt <943378+mreid-tt@users.noreply.github.com> Date: Sun, 15 Oct 2023 12:29:48 -0400 Subject: [PATCH] Fix DSM6 dependencies --- spk/owncloud/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spk/owncloud/Makefile b/spk/owncloud/Makefile index 89a3aa00ace..b49ab14e18f 100644 --- a/spk/owncloud/Makefile +++ b/spk/owncloud/Makefile @@ -8,15 +8,7 @@ DEPENDS = cross/owncloud override ARCH= REQUIRED_MIN_DSM = 6.0 - -include ../../mk/spksrc.common.mk -# only for DSM 7 we have dedicated dependencies (must match the configuration in conf/resource) -ifeq ($(call version_ge, ${TCVERSION}, 7.0),1) SPK_DEPENDS = WebStation:PHP7.4:Apache2.4 -else -# on DSM 6 the default web server and PHP version are used -SPK_DEPENDS = WebStation -endif MAINTAINER = ymartin59 DESCRIPTION = ownCloud is a personal cloud which runs on your own server and gives you freedom and control over your own data.