Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 09:55:21 +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: r347473 - head/security/w3af
Message-ID:  <201403080955.s289tLUw065071@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Mar  8 09:55:21 2014
New Revision: 347473
URL: http://svnweb.freebsd.org/changeset/ports/347473
QAT: https://qat.redports.org/buildarchive/r347473/

Log:
  Fix a BUILD_DEPENDS line after last py-openssl update

Modified:
  head/security/w3af/Makefile

Modified: head/security/w3af/Makefile
==============================================================================
--- head/security/w3af/Makefile	Sat Mar  8 09:49:50 2014	(r347472)
+++ head/security/w3af/Makefile	Sat Mar  8 09:55:21 2014	(r347473)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	tidy:${PORTSDIR}/www/py-utidy
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=2.1:${PORTSDIR}/devel/py-lxml \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson \
-		${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
+		${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl \
 		${PYTHON_SITELIBDIR}/SOAPpy:${PORTSDIR}/net/py-soappy \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \



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