Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2019 06:25:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498651 - head/security/w3af
Message-ID:  <201904110625.x3B6PtkF066299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr 11 06:25:55 2019
New Revision: 498651
URL: https://svnweb.freebsd.org/changeset/ports/498651

Log:
  Fix dependencies

Modified:
  head/security/w3af/Makefile

Modified: head/security/w3af/Makefile
==============================================================================
--- head/security/w3af/Makefile	Thu Apr 11 06:08:43 2019	(r498650)
+++ head/security/w3af/Makefile	Thu Apr 11 06:25:55 2019	(r498651)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=2.1:devel/py
 		${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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904110625.x3B6PtkF066299>