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"