aboutsummaryrefslogtreecommitdiffstats
path: root/security/w3af
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2019-04-11 14:25:55 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2019-04-13 20:11:48 +0800
commit72d2eff73c50d7d9a2206a4fbe521483a1122c8c (patch)
tree45f802d94be9596115599706e314953e6616cadf /security/w3af
parentd61fc9d310f8862feb20ba0bb46d7beedb89ff42 (diff)
downloadfreebsd-ports-gnome-72d2eff73c50d7d9a2206a4fbe521483a1122c8c.tar.gz
freebsd-ports-gnome-72d2eff73c50d7d9a2206a4fbe521483a1122c8c.tar.zst
freebsd-ports-gnome-72d2eff73c50d7d9a2206a4fbe521483a1122c8c.zip
Fix dependencies
Diffstat (limited to 'security/w3af')
-rw-r--r--security/w3af/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/w3af/Makefile b/security/w3af/Makefile
index e689ff0dc9ed..c3c3c6934bc3 100644
--- a/security/w3af/Makefile
+++ b/security/w3af/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk@${PY_FLAVOR} \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pdf>0:print/py-pdf@${PY_FLAVOR} \
- scapy>0:net/scapy \
+ ${PYTHON_PKGNAMEPREFIX}scapy>0:net/scapy \
${PYTHON_PKGNAMEPREFIX}wordnet>0:textproc/py-wordnet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyClamd>=0.2.2:security/py-pyclamd@${PY_FLAVOR} \