Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 22:47:22 +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: r336593 - head/security/wapiti
Message-ID:  <201312152247.rBFMlM0x024324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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