svn commit: r336593 - head/security/wapiti

Antoine Brodin antoine at FreeBSD.org
Sun Dec 15 22:47:23 UTC 2013


Author: antoine
Date: Sun Dec 15 22:47:22 2013
New Revision: 336593
URL: http://svnweb.freebsd.org/changeset/ports/336593

Log:
  setuptools are now default, no need to bring it explicitly

Modified:
  head/security/wapiti/Makefile

Modified: head/security/wapiti/Makefile
==============================================================================
--- head/security/wapiti/Makefile	Sun Dec 15 22:34:56 2013	(r336592)
+++ head/security/wapiti/Makefile	Sun Dec 15 22:47:22 2013	(r336593)
@@ -11,8 +11,6 @@ COMMENT=	Wapiti is a vulnerability scann
 
 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
 


More information about the svn-ports-head mailing list