aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_Nmap
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-11-02 06:55:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-11-02 06:55:14 +0000
commitd2d9593028d303f7d14888abc2ac3b9ac79c6fa8 (patch)
tree0dbd26ea99d15135317629f06ed241492d2c04f1 /net/pear-Net_Nmap
parent4fedd102f533f8b94e3249344d0e7137db497024 (diff)
downloadports-d2d9593028d303f7d14888abc2ac3b9ac79c6fa8.tar.gz
ports-d2d9593028d303f7d14888abc2ac3b9ac79c6fa8.zip
Fix DEPENDS after devel/pear-XML_Parser update
Notes
Notes: svn path=/head/; revision=400633
Diffstat (limited to 'net/pear-Net_Nmap')
-rw-r--r--net/pear-Net_Nmap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pear-Net_Nmap/Makefile b/net/pear-Net_Nmap/Makefile
index 8ec7196c24dd..17e0991e29eb 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/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
-RUN_DEPENDS:= ${PEARDIR}/XML/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
+BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
+RUN_DEPENDS:= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
USES= pear