aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-15 22:47:22 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-15 22:47:22 +0000
commit61b75b3d0b03917167b90ed6be723e87fd0a6650 (patch)
tree3ffb1c5ed1b442f7f3e637b59692b56c1afd1667
parenta82e074125c9873ca7b2251f163edc1c66979d43 (diff)
downloadports-61b75b3d0b03917167b90ed6be723e87fd0a6650.tar.gz
ports-61b75b3d0b03917167b90ed6be723e87fd0a6650.zip
setuptools are now default, no need to bring it explicitly
Notes
Notes: svn path=/head/; revision=336593
-rw-r--r--security/wapiti/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/wapiti/Makefile b/security/wapiti/Makefile
index ea9b0c755baa..dc030f6589c2 100644
--- a/security/wapiti/Makefile
+++ b/security/wapiti/Makefile
@@ -11,8 +11,6 @@ COMMENT= Wapiti is a vulnerability scanner for web applications
LICENSE= GPLv2
-# easy_install puts man page and doc in the egg, so use install with setuptools
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \
${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests