diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-03-30 20:21:58 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-03-30 20:21:58 +0000 |
commit | 5000111fb73f35d23b3a345ab1d20d9c9d432c1c (patch) | |
tree | 9ce5f5811a64587bb136f51ec58605b5d6a0beb9 /dns | |
parent | Update to libssh 0.7.4 (diff) |
Add missing databases/py-sqlite3 dependency
PR: 218227
Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com> (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10204
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsrecon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/dnsrecon/Makefile b/dns/dnsrecon/Makefile index 5ba34f772789..989d04ea3b1d 100644 --- a/dns/dnsrecon/Makefile +++ b/dns/dnsrecon/Makefile @@ -3,6 +3,7 @@ PORTNAME= dnsrecon PORTVERSION= 0.8.9 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= rihaz.jerrin@gmail.com @@ -11,7 +12,8 @@ COMMENT= DNS enumeration tool LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython \ - ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr + ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 USE_GITHUB= yes GH_ACCOUNT= darkoperator |