diff --git a/devel/debug/Makefile b/devel/debug/Makefile index c4bde238d..079547529 100644 --- a/devel/debug/Makefile +++ b/devel/debug/Makefile @@ -1,7 +1,9 @@ PLUGIN_NAME= debug PLUGIN_VERSION= 1.2 PLUGIN_COMMENT= Debugging Tools -PLUGIN_DEPENDS= pear-PHP_CodeSniffer pecl-xdebug phpunit6 +PLUGIN_DEPENDS= php${PRODUCT_PHP}-pear-PHP_CodeSniffer \ + php${PRODUCT_PHP}-pecl-xdebug \ + phpunit6-php${PRODUCT_PHP} PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk"