diff options
Diffstat (limited to 'net/pear-Net_Nmap')
-rw-r--r-- | net/pear-Net_Nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pear-Net_Nmap/Makefile b/net/pear-Net_Nmap/Makefile index 17fc3295ea28..1a911ea01f15 100644 --- a/net/pear-Net_Nmap/Makefile +++ b/net/pear-Net_Nmap/Makefile @@ -10,8 +10,8 @@ COMMENT= Simple Wrapper Class for the Nmap Utility LICENSE= LGPL3 -BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser -RUN_DEPENDS:= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser +BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} +RUN_DEPENDS:= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} USES= pear |