From c4628a0b7c7a3283fadd6986da4360de3b23f20f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 25 Jun 2017 15:44:21 +0200 Subject: [PATCH] pkg: hint at PHP version, pkg is too conservative here --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 288b79dc1..122595501 100644 --- a/Makefile +++ b/Makefile @@ -98,6 +98,7 @@ CORE_DEPENDS?= apinger \ pecl-radius${CORE_PHP} \ pftop \ phalcon${CORE_PHP} \ + php${CORE_PHP} \ php${CORE_PHP}-ctype \ php${CORE_PHP}-curl \ php${CORE_PHP}-dom \