From 21ac524c56b9e775b5c066ba97572ee53f0b484d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 17 Mar 2018 10:26:05 +0100 Subject: [PATCH] devel/debug: native PLUGIN_PHP via build We still need to add "make upgrade" glue for runtime detection. --- devel/debug/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/debug/Makefile b/devel/debug/Makefile index 079547529..141a79987 100644 --- a/devel/debug/Makefile +++ b/devel/debug/Makefile @@ -1,9 +1,9 @@ PLUGIN_NAME= debug PLUGIN_VERSION= 1.2 PLUGIN_COMMENT= Debugging Tools -PLUGIN_DEPENDS= php${PRODUCT_PHP}-pear-PHP_CodeSniffer \ - php${PRODUCT_PHP}-pecl-xdebug \ - phpunit6-php${PRODUCT_PHP} +PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \ + php${PLUGIN_PHP}-pecl-xdebug \ + phpunit6-php${PLUGIN_PHP} PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk"