diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-14 10:18:11 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-14 10:18:11 +0000 |
commit | 168664fa8d8995001c4075f5d8e1a24b2b0a7a87 (patch) | |
tree | ac89c000ff946a34517232823b284ffe577aa53b /security/w3af | |
parent | 386fbf5851473fd0da208cdd700aa83ffb38a129 (diff) | |
download | ports-168664fa8d8995001c4075f5d8e1a24b2b0a7a87.tar.gz ports-168664fa8d8995001c4075f5d8e1a24b2b0a7a87.zip |
- chase textproc/nltk update (upstream switched to setuptools)
Reported by: beat
Approved by: portmgr (beat)
Notes
Notes:
svn path=/head/; revision=304266
Diffstat (limited to 'security/w3af')
-rw-r--r-- | security/w3af/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/w3af/Makefile b/security/w3af/Makefile index d3c74310c123..c8e3064e946a 100644 --- a/security/w3af/Makefile +++ b/security/w3af/Makefile @@ -7,6 +7,7 @@ PORTNAME= w3af DISTVERSION= 1.0-rc4 +PORTREVISION= 1 CATEGORIES= security python www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME}%20${DISTVERSION} @@ -22,7 +23,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1:${PORTSDIR}/devel/py-lxml \ ${PYTHON_SITELIBDIR}/SOAPpy:${PORTSDIR}/net/py-soappy \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \ - ${PYTHON_SITELIBDIR}/nltk/util.py:${PORTSDIR}/textproc/nltk \ + nltk>0:${PORTSDIR}/textproc/nltk \ ${PYTHON_SITELIBDIR}/pyPdf/pdf.py:${PORTSDIR}/print/py-pdf \ ${PYTHON_SITELIBDIR}/scapy/main.py:${PORTSDIR}/net/scapy \ ${PYTHON_SITELIBDIR}/wordnet.py:${PORTSDIR}/textproc/py-wordnet \ |