devel/debug: native PLUGIN_PHP via build

We still need to add "make upgrade" glue for runtime detection.
This commit is contained in:
Franco Fichtner
2018-03-17 10:26:05 +01:00
parent c9e7f3fbc0
commit 21ac524c56
+3 -3
View File
@@ -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"