diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-31 11:35:58 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-31 11:35:58 +0000 |
commit | 1bfffe90f12c7c8dce6e28734a247d447792390c (patch) | |
tree | 57970ecf40ca7bd0ac2055c02e9d408b939f700a /security/w3af/Makefile | |
parent | e0d122d1e3248784e3b35e9ab37d87c6418ef88c (diff) | |
download | ports-1bfffe90f12c7c8dce6e28734a247d447792390c.tar.gz ports-1bfffe90f12c7c8dce6e28734a247d447792390c.zip |
Notes
Diffstat (limited to 'security/w3af/Makefile')
-rw-r--r-- | security/w3af/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/w3af/Makefile b/security/w3af/Makefile index 20bd5a509f41..f3ba40ba1e7b 100644 --- a/security/w3af/Makefile +++ b/security/w3af/Makefile @@ -3,7 +3,7 @@ PORTNAME= w3af PORTVERSION= 1.6.49 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security python www MAINTAINER= dbaio@FreeBSD.org @@ -62,7 +62,7 @@ OPTIONS_SUB= yes GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>0:graphics/py-pygraphviz@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gtksourceview>=2.10.1:x11-toolkits/py-gtksourceview@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xdot>=0.7:x11/py-xdot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xdot-06=0.6:x11/py-xdot06@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webkitgtk>=1.1.8:www/py-webkitgtk@${FLAVOR} GUI_USE= GNOME=pygtk2 |